aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_capture.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-10 12:05:25 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-10 12:05:25 +0000
commit1f1c0a38aaf0ef838f3783652970c2e308aa437c (patch)
treef3febdc4d98050c226ef2a682e8534319f36d1fb /gtk/prefs_capture.c
parentf6f71f52c4468f826e9dd7eb3921db8322daaea9 (diff)
Removed some unused variables and unused assignments.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30918 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/prefs_capture.c')
-rw-r--r--gtk/prefs_capture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/prefs_capture.c b/gtk/prefs_capture.c
index d61c335a06..4924b0ee2c 100644
--- a/gtk/prefs_capture.c
+++ b/gtk/prefs_capture.c
@@ -967,7 +967,6 @@ ifopts_if_liststore_add(void)
/* We have an interface list. */
/* add OS description + interface name text to ListStore */
- ifl_p = if_list;
for (ifl_p = if_list; ifl_p != NULL; ifl_p = g_list_next(ifl_p)) {
/* should never happen, but just in case */
if ((ifl_p->data) == NULL)