summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_list_store.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-07-26 09:20:05 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-07-26 09:20:05 +0000
commitd9b0f407497adbeec8e45b758158dd1e393d96f8 (patch)
treee2dbed804a51507b859665f0a16f462e049722ca /ui/gtk/packet_list_store.h
parent937ea4821355e806ccfe7827172265439b3cbc7c (diff)
downloadwireshark-d9b0f407497adbeec8e45b758158dd1e393d96f8.tar.gz
Add checks if stamp values matches. Remove packet_list_visible_record
svn path=/trunk/; revision=44033
Diffstat (limited to 'ui/gtk/packet_list_store.h')
-rw-r--r--ui/gtk/packet_list_store.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/packet_list_store.h b/ui/gtk/packet_list_store.h
index 10c348c7ff..0704a99d81 100644
--- a/ui/gtk/packet_list_store.h
+++ b/ui/gtk/packet_list_store.h
@@ -96,7 +96,6 @@ GType packet_list_list_get_type(void);
PacketList *new_packet_list_new(void);
void new_packet_list_store_clear(PacketList *packet_list);
guint packet_list_recreate_visible_rows(PacketList *packet_list);
-gboolean packet_list_visible_record(PacketList *packet_list, GtkTreeIter *iter);
gint packet_list_append_record(PacketList *packet_list, frame_data *fdata);
gboolean packet_list_do_packet_list_dissect_and_cache_all(PacketList *packet_list, gint sort_col_id);
void packet_list_reset_colorized(PacketList *packet_list);