summaryrefslogtreecommitdiff
path: root/mate-panel/nothing.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/nothing.h')
-rw-r--r--mate-panel/nothing.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/mate-panel/nothing.h b/mate-panel/nothing.h
deleted file mode 100644
index f615ba7a..00000000
--- a/mate-panel/nothing.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef NOTHING_H
-#define NOTHING_H
-
-#include <gtk/gtk.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* FIXME fix for GTK+3 */
-#if 0
-void start_screen_check (void);
-void start_geginv (void);
-gboolean panel_dialog_window_event (GtkWidget *window,
- GdkEvent *event);
-int config_event (GtkWidget *widget,
- GdkEvent *event,
- GtkNotebook *nbook);
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif