aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-08 01:52:25 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-08 01:52:25 +0000
commitf8b32c33857fb5b8006364c5c9a2918d15e858b5 (patch)
tree3bc38d1ce7d66021eba710361c78a0404e670bc7 /color_filters.h
parente8d404f5cfe13bef9229bf67218caeaa53a15fe5 (diff)
Removal of the old packet-list in favor of the new packet list.
It compiles with "./configure without options" on my Mac. Let's see what the buildbots have to say about it :-) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36161 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'color_filters.h')
-rw-r--r--color_filters.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/color_filters.h b/color_filters.h
index 9c4e8d1822..709f61b3b4 100644
--- a/color_filters.h
+++ b/color_filters.h
@@ -104,11 +104,7 @@ void color_filters_prime_edt(epan_dissect_t *edt);
* @return the matching color filter or NULL
*/
const color_filter_t *
-#ifdef NEW_PACKET_LIST
color_filters_colorize_packet(epan_dissect_t *edt);
-#else
-color_filters_colorize_packet(gint row, epan_dissect_t *edt);
-#endif
/** Clone the currently active filter list.
*