summaryrefslogtreecommitdiff
path: root/src/xeventhandler.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-11 10:26:08 +0000
committerDana Jansens <danakj@orodu.net>2002-11-11 10:26:08 +0000
commit06a80ce2c7a189e26063d5e4e475ca500778aba5 (patch)
tree545007018d8c8e27de2a1cf13eaa14dfb4332270 /src/xeventhandler.hh
parentcee305244662d352a7ad5ab7ae22f6221c064d3d (diff)
manage and unmanage windows in OBScreen
Diffstat (limited to 'src/xeventhandler.hh')
-rw-r--r--src/xeventhandler.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xeventhandler.hh b/src/xeventhandler.hh
index 0b5a1466..0f9c99cc 100644
--- a/src/xeventhandler.hh
+++ b/src/xeventhandler.hh
@@ -150,11 +150,6 @@ public:
@param e The XEvent to handle
*/
void handle(const XEvent &e);
-
-
- // XXX: TEMPORARY MOVE TO A SCREEN CLASS OR SOMETHING
- void manageWindow(int, Window);
- void unmanageWindow(OBClient*);
};
}