From 11c9dc57fd61cdf7a2b29926f1d4882f28a797ad Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 28 Feb 2010 02:36:49 +0000 Subject: [PATCH] Remove printf & some unused variables. SVN revision: 46635 --- src/modules/illume2/policies/illume/policy.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/modules/illume2/policies/illume/policy.c b/src/modules/illume2/policies/illume/policy.c index 158b9b43c..c36910377 100644 --- a/src/modules/illume2/policies/illume/policy.c +++ b/src/modules/illume2/policies/illume/policy.c @@ -390,10 +390,7 @@ _policy_zone_layout_keyboard(E_Border *bd, E_Illume_Config_Zone *cz) /* check layer according to fullscreen state */ if ((bd->fullscreen) || (bd->need_fullscreen)) - { - printf("Keyboard needs fullscreen\n"); - layer = POL_FULLSCREEN_LAYER; - } + layer = POL_FULLSCREEN_LAYER; else layer = POL_KEYBOARD_LAYER; @@ -530,7 +527,7 @@ _policy_zone_layout_home_dual_left(E_Border *bd, E_Illume_Config_Zone *cz) static void _policy_zone_layout_fullscreen(E_Border *bd) { - int kh, ny, nh; + int kh; // printf("\tLayout Fullscreen: %s\n", bd->client.icccm.name);