aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-16 14:36:16 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-16 14:36:16 +0000
commita1a0971c1f4bce4410a9ede8aaa5c45fd5b9a964 (patch)
tree9596092a95d00b0832b803056cc24333ae4e6124 /main.c
parent69f1775e563c2caf3f05071a0fee87b240fc0c07 (diff)
downloaddzen-a1a0971c1f4bce4410a9ede8aaa5c45fd5b9a964.tar.gz
dzen-a1a0971c1f4bce4410a9ede8aaa5c45fd5b9a964.zip
deleted debugging entries
git-svn-id: http://dzen.googlecode.com/svn/trunk@27 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index c079836..0835213 100644
--- a/main.c
+++ b/main.c
@@ -395,14 +395,12 @@ set_alignment(void)
dzen.slave_win.alignment = ALIGNLEFT;
break;
case 'c':
- printf("slave center\n");
dzen.slave_win.alignment = ALIGNCENTER;
break;
case 'r':
dzen.slave_win.alignment = ALIGNRIGHT;
break;
default:
- printf("slave default\n");
dzen.slave_win.alignment = ALIGNLEFT;
}
}