]> Dogcows Code - chaz/openbox/blobdiff - util/epist/screen.cc
including wrong
[chaz/openbox] / util / epist / screen.cc
index 1086ce4ab861aa0a0844c9f250012fbd286c2773..ee19abb1cd1548d0ed209e0ccff99900b9cf78cc 100644 (file)
@@ -120,12 +120,6 @@ 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:
     // root window
This page took 0.020287 seconds and 4 git commands to generate.