Remove printf & some unused variables.

SVN revision: 46635
This commit is contained in:
Christopher Michael 2010-02-28 02:36:49 +00:00
parent bda76a1666
commit 11c9dc57fd
1 changed files with 2 additions and 5 deletions

View File

@ -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);