Remove an unused function.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 21 Nov 2013 17:39:32 +0000 (17:39 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 21 Nov 2013 17:39:32 +0000 (17:39 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@53479 f5534014-38df-0310-8fa8-9805f1628bb7

ui/gtk/main_menubar.c

index 8c5ca2f2bc1ec58a91f42dd91a8727a5db3983ab..4654671fee31e701f49d2b9c08ddb50b68759616 100644 (file)
@@ -185,12 +185,6 @@ typedef enum {
     CONV_CBA
 } conv_values_e;
 
-static gboolean is_ip_packet(packet_info* pinfo)
-{
-
-    return FALSE;
-}
-
 static char *
 build_conversation_filter(int action, gboolean show_dialog)
 {