summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-02 23:03:41 +0000
committerDana Jansens <danakj@orodu.net>2002-12-02 23:03:41 +0000
commita77f0fb344978bb4dafd2ad4639f3de3e090bf7b (patch)
tree0ef049d0310e504bde3cd97b441198c5f92ceec2 /src/openbox.hh
parent958df7716291a1af680bf9d5432aa99f0b7cf644 (diff)
handle map requests with the root window class
Diffstat (limited to 'src/openbox.hh')
-rw-r--r--src/openbox.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/openbox.hh b/src/openbox.hh
index 8c2015f9..c810057f 100644
--- a/src/openbox.hh
+++ b/src/openbox.hh
@@ -188,8 +188,6 @@ public:
manager can be destroyed.
*/
inline void shutdown() { _doshutdown = true; }
-
- virtual void mapRequestHandler(const XMapRequestEvent &);
};
}