aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/file.h b/file.h
index fe397adb8e..f89bfdc0be 100644
--- a/file.h
+++ b/file.h
@@ -558,21 +558,6 @@ gboolean cf_find_packet_marked(capture_file *cf, search_direction dir);
gboolean cf_find_packet_time_reference(capture_file *cf, search_direction dir);
/**
- * GoTo Packet in first row.
- *
- * @return TRUE if the first row exists, FALSE otherwise
- */
-gboolean cf_goto_top_frame(void);
-
-/**
- * GoTo Packet in last row.
- *
- * @return TRUE if last row exists, FALSE otherwise
- */
-/* GTK+ only */
-gboolean cf_goto_bottom_frame(void);
-
-/**
* GoTo Packet with the given row.
*
* @param cf the capture file