summaryrefslogtreecommitdiff
path: root/openbox/dock.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-30 07:20:16 +0000
committerDana Jansens <danakj@orodu.net>2003-08-30 07:20:16 +0000
commitde4f92ccc66c1dad1a2820a07d1f0161bd61a855 (patch)
tree6e782bca4561b33808d7b96c5df77895093ee3b3 /openbox/dock.h
parent952ca245714e334090ea6baced5eb75d06f99e18 (diff)
using the ObMainLoop, which rulz the planet
Diffstat (limited to 'openbox/dock.h')
-rw-r--r--openbox/dock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/dock.h b/openbox/dock.h
index f42a2027..fbd5e169 100644
--- a/openbox/dock.h
+++ b/openbox/dock.h
@@ -1,7 +1,6 @@
#ifndef __dock_h
#define __dock_h
-#include "timer.h"
#include "window.h"
#include "stacking.h"
#include "geom.h"
@@ -28,7 +27,6 @@ struct _ObDock
gint h;
gboolean hidden;
- ObTimer *hide_timer;
GList *dock_apps;
};