desktop-shell: Remove debug code from previous commit

dev
Kristian Høgsberg 11 years ago
parent 7c4f6cc145
commit 4598f965fa
  1. 2
      clients/desktop-shell.c

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

Loading…
Cancel
Save