Didn't need to introduce that variable.
authorGuy Harris <guy@alum.mit.edu>
Wed, 8 Jun 2011 04:49:35 +0000 (04:49 -0000)
committerGuy Harris <guy@alum.mit.edu>
Wed, 8 Jun 2011 04:49:35 +0000 (04:49 -0000)
svn path=/trunk/; revision=37607

gtk/prefs_dlg.c

index b82bb59321c2e70ca0945617f5f6518b91690c82..8ddc26c54dc0d7abbe92c5d5f0e7e5ea6f457952 100644 (file)
@@ -926,7 +926,6 @@ pref_check(pref_t *pref, gpointer user_data)
   const char *str_val;
   char *p;
   pref_t **badpref = user_data;
-  unsigned long val;
 
   /* Fetch the value of the preference, and check whether it's valid. */
   switch (pref->type) {