aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/rawshark.c b/rawshark.c
index a02ae0cbf8..a88d6fee5e 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -1648,15 +1648,6 @@ cmdarg_err_cont(const char *fmt, ...)
}
-/****************************************************************************************************************/
-/* other "dummies" */
-void
-cf_mark_frame(capture_file *cf _U_, frame_data *frame _U_)
-{
- /* shouldn't happen */
- g_assert_not_reached();
-}
-
/*
* Editor modelines
*