aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-12-22 23:09:31 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-12-22 23:09:31 +0000
commit8d6a5fba464b3e04ff27f659bb82aaf8f368a6d2 (patch)
treec5186608af9c56651849bc4b9f93b79f5b3cdc1c /rawshark.c
parent3c9cfef565a362375a397d30d215ea18c4c77765 (diff)
Avoid the need for cf_mark_frame stubs.
svn path=/trunk/; revision=35248
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
*