summaryrefslogtreecommitdiff
path: root/mate-panel/nothing.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-01-05 01:36:19 +0300
committermonsta <[email protected]>2017-01-05 01:36:19 +0300
commitfbd0f1d8a815347beea1b2c5df5804c88aa406c6 (patch)
treeae195e531d039719d016a402551ebc7c20cbab69 /mate-panel/nothing.h
parent064c41256b25b35f1ac5167863ca99708c60755b (diff)
downloadmate-panel-fbd0f1d8a815347beea1b2c5df5804c88aa406c6.tar.bz2
mate-panel-fbd0f1d8a815347beea1b2c5df5804c88aa406c6.tar.xz
remove ancient code leftovers
once it was some easter egg, now it's just a non-working garbage
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