summaryrefslogtreecommitdiff
path: root/openbox/startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/startup.h')
-rw-r--r--openbox/startup.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/openbox/startup.h b/openbox/startup.h
deleted file mode 100644
index 4963ccbf..00000000
--- a/openbox/startup.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __startup_h
-#define __startup_h
-
-extern guint32 *startup_stack_order;
-extern guint startup_stack_size;
-extern guint32 startup_active;
-extern guint32 startup_desktop;
-
-void startup_save();
-
-#endif