]> Dogcows Code - chaz/openbox/commitdiff
remove some debug couts
authorDana Jansens <danakj@orodu.net>
Sat, 20 Jul 2002 08:24:59 +0000 (08:24 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 20 Jul 2002 08:24:59 +0000 (08:24 +0000)
util/epist/epist.cc
util/epist/screen.cc

index 4397cc7be1df678e0650be2f49accb3ebcce9e08..3eac87839fde4e8591a791ba4ef09e5436227545 100644 (file)
@@ -138,7 +138,6 @@ void epist::process_event(XEvent *e) {
   else
     root = e->xany.window;
   
-  cout << "event\n";
   ScreenList::const_iterator it, end = _screens.end();
   for (it = _screens.begin(); it != end; ++it) {
     if ((*it)->rootWindow() == root) {
index fd65db4c5e6796f8a1ac9a688ee50a486b5819d9..0d7f90d3d46907a0104e93f0c0f2da17d9a8d783 100644 (file)
@@ -145,7 +145,6 @@ void screen::processEvent(const XEvent &e) {
 void screen::handleKeypress(const XEvent &e) {
   ActionList::const_iterator it = _epist->actions().begin();
   ActionList::const_iterator end = _epist->actions().end();
-  cout << "key press\n";
   for (; it != end; ++it) {
     if (e.xkey.keycode == it->keycode() &&
         e.xkey.state == it->modifierMask()) {
This page took 0.028952 seconds and 4 git commands to generate.