aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/main.h')
-rw-r--r--ui/gtk/main.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/ui/gtk/main.h b/ui/gtk/main.h
index 6444dfad6b..2467a193fc 100644
--- a/ui/gtk/main.h
+++ b/ui/gtk/main.h
@@ -26,32 +26,6 @@
#include "cfile.h"
#include "capture_opts.h"
-/** @defgroup main_window_group Main window
- * The main window has the following submodules:
- @dot
- digraph main_dependencies {
- node [shape=record, fontname=Helvetica, fontsize=10];
- main [ label="main window" URL="\ref main.h"];
- menu [ label="menubar" URL="\ref menus.h"];
- toolbar [ label="toolbar" URL="\ref main_toolbar.h"];
- packet_list [ label="packet list pane" URL="\ref packet_list.h"];
- proto_draw [ label="packet details & bytes panes" URL="\ref main_proto_draw.h"];
- recent [ label="recent user settings" URL="\ref recent.h"];
- main -> menu [ arrowhead="open", style="solid" ];
- main -> toolbar [ arrowhead="open", style="solid" ];
- main -> packet_list [ arrowhead="open", style="solid" ];
- main -> proto_draw [ arrowhead="open", style="solid" ];
- main -> recent [ arrowhead="open", style="solid" ];
- }
- @enddot
- */
-
-/** @file
- * The main window, filter toolbar, program start/stop and a lot of other things
- * @ingroup main_window_group
- * @ingroup windows_group
- */
-
/** Global compile time version string */
extern void get_wireshark_gtk_compiled_info(GString *str);
extern void get_gui_compiled_info(GString *str);