desktop-shell: Remove debug code from previous commit

This commit is contained in:
Kristian Høgsberg 2014-01-01 16:32:09 -08:00
parent 7c4f6cc145
commit 4598f965fa

View file

@ -765,7 +765,7 @@ background_configure(void *data,
struct background *background =
(struct background *) window_get_user_data(window);
widget_schedule_resize(background->widget, width - 256, height);
widget_schedule_resize(background->widget, width, height);
}
static void