diff options
author | fluxgen <fluxgen> | 2004-04-19 22:49:25 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-04-19 22:49:25 (GMT) |
commit | c915add887c866d6c750ea74c0342e7fd01d574f (patch) | |
tree | 29e6d2d0ae25597ff154ab9e95baca7f41a0227a /src | |
parent | b6c886592634f95609da1f87ce9ff81e066735c9 (diff) | |
download | fluxbox_pavel-c915add887c866d6c750ea74c0342e7fd01d574f.zip fluxbox_pavel-c915add887c866d6c750ea74c0342e7fd01d574f.tar.bz2 |
removed debug msg
Diffstat (limited to 'src')
-rw-r--r-- | src/SystemTray.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc index 215adce..7214c20 100644 --- a/src/SystemTray.cc +++ b/src/SystemTray.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: SystemTray.cc,v 1.8 2004/04/19 22:48:19 fluxgen Exp $ | 22 | // $Id: SystemTray.cc,v 1.9 2004/04/19 22:49:25 fluxgen Exp $ |
23 | 23 | ||
24 | #include "SystemTray.hh" | 24 | #include "SystemTray.hh" |
25 | 25 | ||
@@ -221,7 +221,6 @@ SystemTray::ClientList::iterator SystemTray::findClient(Window win) { | |||
221 | void SystemTray::addClient(Window win) { | 221 | void SystemTray::addClient(Window win) { |
222 | if (win == 0) | 222 | if (win == 0) |
223 | return; | 223 | return; |
224 | cerr<<"Add client: "<<win<<endl; | ||
225 | 224 | ||
226 | ClientList::iterator it = findClient(win); | 225 | ClientList::iterator it = findClient(win); |
227 | if (it != m_clients.end()) | 226 | if (it != m_clients.end()) |