This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / xgnokii / xgnokii_netmon.h
diff --git a/xgnokii/xgnokii_netmon.h b/xgnokii/xgnokii_netmon.h
deleted file mode 100644 (file)
index c226f13..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-  X G N O K I I
-
-  A Linux/Unix GUI for Nokia mobile phones.
-
-  Released under the terms of the GNU GPL, see file COPYING for more details.
-
-*/
-
-#ifndef XGNOKII_NETMON_H
-#define XGNOKII_NETMON_H
-
-#include <gtk/gtk.h>
-
-typedef struct {
-  GtkWidget *number;
-  GtkWidget *label;
-  gint       curDisp;
-} DisplayData;
-
-extern void GUI_CreateNetmonWindow ();
-
-extern void GUI_ShowNetmon ();
-
-extern void GUI_RefreshNetmon ();
-
-#endif