aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-08 04:49:35 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-08 04:49:35 +0000
commit712d0fa20d1665a7d67c09f9a10e8b86f2b93c6d (patch)
treeaadaf5e0e6e189d9dd08e2df81989e93651cf6da /gtk/prefs_dlg.c
parenta3714500fd33b34e136103bd25534bf056b7e8a5 (diff)
Didn't need to introduce that variable.
svn path=/trunk/; revision=37607
Diffstat (limited to 'gtk/prefs_dlg.c')
-rw-r--r--gtk/prefs_dlg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/prefs_dlg.c b/gtk/prefs_dlg.c
index b82bb59321..8ddc26c54d 100644
--- a/gtk/prefs_dlg.c
+++ b/gtk/prefs_dlg.c
@@ -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) {