fixed debug flag being forced on.

This commit is contained in:
Scott Moynes 2002-08-29 00:07:53 +00:00
parent 767e04e090
commit e811623978

View file

@ -1125,7 +1125,6 @@ void BlackboxWindow::getWMName(void) {
xatom->setValue(client.window, XAtom::net_wm_visible_name, XAtom::utf8,
client.title);
#define DEBUG_WITH_ID 1
#ifdef DEBUG_WITH_ID
// the 16 is the 8 chars of the debug text plus the number
char *tmp = new char[client.title.length() + 16];