diff options
author | maniac <maniac@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-26 13:33:13 +0000 |
---|---|---|
committer | maniac <maniac@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-26 13:33:13 +0000 |
commit | 7f66e14adf6c70bcc9501302183a7e6e6da012b5 (patch) | |
tree | 08122441c26a947d7c9adc3c7e5726950529e98d /beryl-plugins/src/place.c | |
parent | feea3048b6d60ac2c07a2e3cfb049634a266cc1d (diff) | |
download | marex-dev-7f66e14adf6c70bcc9501302183a7e6e6da012b5.tar.gz marex-dev-7f66e14adf6c70bcc9501302183a7e6e6da012b5.tar.bz2 |
place plugin: remove debug stuff
git-svn-id: file:///beryl/trunk@3181 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'beryl-plugins/src/place.c')
-rw-r--r-- | beryl-plugins/src/place.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/beryl-plugins/src/place.c b/beryl-plugins/src/place.c index 8a3c66f..e981b4a 100644 --- a/beryl-plugins/src/place.c +++ b/beryl-plugins/src/place.c @@ -592,7 +592,6 @@ static void placeIntelligent(CompWindow * w, int *x, int *y, GList * windows) } - printf("sRect.x : %d \n sRect.y : %d \n",sRect.x,sRect.y); /* Recursing would be ineffecient, a goto really is the best solution */ thisisdisgusting: @@ -634,7 +633,6 @@ static void placeIntelligent(CompWindow * w, int *x, int *y, GList * windows) goto thisisdisgusting; } /* Fallback, we shouldn't get here? */ - printf("Grah"); placeCentered(w, x, y); } |