diff src/scrobbler/configure.c @ 3150:062f42c3737e

Fix possible crash in scrobbler plugin
author Tomasz Mon <desowin@gmail.com>
date Tue, 12 May 2009 08:30:43 +0200
parents 5a11abf0075c
children
line wrap: on
line diff
--- a/src/scrobbler/configure.c	Mon May 11 12:25:48 2009 -0500
+++ b/src/scrobbler/configure.c	Tue May 12 08:30:43 2009 +0200
@@ -19,8 +19,6 @@
 #include "configure.h"
 #include "plugin.h"
 
-#define LASTFM_HS_URL "http://post.audioscrobbler.com"
-
 GtkWidget *entry1, *entry2, *entry3, *ge_entry1, *ge_entry2, *cfgdlg;
 static GdkColor disabled_color;
 guint apply_timeout = 0; /* ID of timeout to save new config */