aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeOptions.txt1
-rw-r--r--cmakeconfig.h.in3
-rw-r--r--color_filters.c4
3 files changed, 1 insertions, 7 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 4d71095a22..adf95db057 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -15,7 +15,6 @@ option(BUILD_dftest "Build dftest" ON)
option(AUTOGEN_dcerpc "Autogenerate dcerpc dissectors" OFF)
option(AUTOGEN_pidl "Autogenerate pidl dissectors" OFF)
-option(NEW_PACKET_LIST "Compile with new packet list code" ON)
option(DISABLE_WERROR "Do not treat Warnings as errors" OFF)
option(ENABLE_EXTRA_GCC_CHECKS "Do additional -W checks in GCC (disables -Werror)" OFF)
option(ENABLE_AIRPCAP "Enable Airpcap support" ON)
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 720f46140e..a9267120cd 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -16,9 +16,6 @@
#define PLUGIN_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/@CPACK_PACKAGE_NAME@/plugins/${CPACK_PACKAGE_VERSION}"
/* Define to 1 if we want to enable plugins */
-#cmakedefine NEW_PACKET_LIST 1
-
-/* Define to 1 if we want to enable plugins */
#cmakedefine HAVE_PLUGINS 1
/* Link plugins statically into Wireshark */
diff --git a/color_filters.c b/color_filters.c
index 368e9d2cb9..dd3b7e5d2f 100644
--- a/color_filters.c
+++ b/color_filters.c
@@ -434,9 +434,7 @@ color_filters_prime_edt(epan_dissect_t *edt)
g_slist_foreach(color_filter_list, prime_edt, edt);
}
-/* Colorize a single packet of the packet list (old packet list)
- *
- * Return the color_t for later use (new packet list) */
+/* * Return the color_t for later use */
const color_filter_t *
color_filters_colorize_packet(epan_dissect_t *edt)
{