projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f2d6e7
)
rm debug print
author
Dana Jansens
<danakj@orodu.net>
Fri, 14 Feb 2003 03:44:00 +0000
(
03:44
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 14 Feb 2003 03:44:00 +0000
(
03:44
+0000)
src/config.cc
patch
|
blob
|
history
diff --git
a/src/config.cc
b/src/config.cc
index 6feb94b20520cbf2e53af745bf5a144aeb274d3e..e4df70e15f4a157cb69f8d7dc8ed39cc627fd611 100644
(file)
--- a/
src/config.cc
+++ b/
src/config.cc
@@
-59,7
+59,6
@@
Config::Config()
if (!python_get_string("TITLEBAR_LAYOUT", &titlebar_layout))
titlebar_layout = "NTIMC";
- printf("LAYOUT %s\n", titlebar_layout.c_str());
if (!python_get_long("DOUBLE_CLICK_DELAY", &double_click_delay))
double_click_delay = 300;