From 5806a6332bcf9797b2d1e1a59ad2330c8c8453d7 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 8 Jun 2011 04:49:35 +0000 Subject: [PATCH] Didn't need to introduce that variable. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37607 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/prefs_dlg.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.34.1