summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-22 08:31:36 +0000
committerDana Jansens <danakj@orodu.net>2002-07-22 08:31:36 +0000
commit6268e2c42adc2bca464867b5a9a2e79085e9a425 (patch)
treee0bd4f76812123a230953d44014a0abee343f247
parentda67802bc8bd42741fae491bf932ff17ee16f0f7 (diff)
run execs
-rw-r--r--util/epist/screen.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/epist/screen.cc b/util/epist/screen.cc
index 1086ce4a..cf2c486f 100644
--- a/util/epist/screen.cc
+++ b/util/epist/screen.cc
@@ -118,13 +118,6 @@ XWindow *screen::findWindow(const XEvent &e) const {
void screen::processEvent(const XEvent &e) {
assert(_managed);
- assert(e.xany.window == _root);
-
- XWindow *window = 0;
- if (e.xany.window != _root) {
- window = findWindow(e); // find the window
- assert(window); // we caught an event for a window we don't know about!?
- }
switch (e.type) {
case PropertyNotify: