summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_list_store.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-27 18:44:11 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-27 18:44:11 +0000
commit16fc2c5998031c086d05cf5706ab5b5e9e2abaf2 (patch)
treef01e20ee92ce9534b6f530dc2df1e7184f4c94a3 /ui/gtk/packet_list_store.c
parentc36a384b25350313e339bf5a7c9b5baa6f5edec1 (diff)
downloadwireshark-16fc2c5998031c086d05cf5706ab5b5e9e2abaf2.tar.gz
Remove a no-longer-used variable.
svn path=/trunk/; revision=50194
Diffstat (limited to 'ui/gtk/packet_list_store.c')
-rw-r--r--ui/gtk/packet_list_store.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/gtk/packet_list_store.c b/ui/gtk/packet_list_store.c
index e6cf94b048..2ebc094947 100644
--- a/ui/gtk/packet_list_store.c
+++ b/ui/gtk/packet_list_store.c
@@ -329,11 +329,9 @@ static gboolean
packet_list_get_iter(GtkTreeModel *tree_model, GtkTreeIter *iter,
GtkTreePath *path)
{
- PacketList *packet_list;
gint *indices, depth;
g_assert(PACKETLIST_IS_LIST(tree_model));
- packet_list = (PacketList *) tree_model;
g_assert(path != NULL);