E: Illume2/Policy: Remove some extra comments (printfs) that are not

needed.



SVN revision: 60785
This commit is contained in:
Christopher Michael 2011-06-28 23:44:29 +00:00
parent 1b11d42da9
commit 002f844940
1 changed files with 3 additions and 5 deletions

View File

@ -468,7 +468,7 @@ _policy_zone_layout_home_single(E_Border *bd, E_Illume_Config_Zone *cz)
/* no point in adjusting size or position if it's not visible */
if (!bd->visible) return;
printf("\tLayout Home Single: %s\n", bd->client.icccm.class);
// printf("\tLayout Home Single: %s\n", bd->client.icccm.class);
indsz = cz->indicator.size;
sftsz = cz->softkey.size;
@ -621,7 +621,7 @@ _policy_zone_layout_fullscreen(E_Border *bd)
{
int kh;
printf("\tLayout Fullscreen: %s\n", bd->client.icccm.name);
// printf("\tLayout Fullscreen: %s\n", bd->client.icccm.name);
if (!bd) return;
@ -1098,7 +1098,7 @@ _policy_border_add(E_Border *bd)
void
_policy_border_del(E_Border *bd)
{
// printf("Border deleted: %s\n", bd->client.icccm.class);
// printf("Policy Border deleted: %s\n", bd->client.icccm.class);
if (!bd) return;
@ -1563,8 +1563,6 @@ _policy_zone_close(E_Zone *zone)
{
E_Border *bd;
// printf("Zone close\n");
if (!zone) return;
/* make sure we have a focused border */