window: remove window_set_transparent() declaration
authorPekka Paalanen <ppaalanen@gmail.com>
Wed, 24 Oct 2012 06:43:07 +0000 (09:43 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 25 Oct 2012 18:59:08 +0000 (14:59 -0400)
The function is not implemented.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
clients/window.h

index 3d35396..84846ff 100644 (file)
@@ -253,8 +253,6 @@ window_move(struct window *window, struct input *input, uint32_t time);
 void
 window_get_allocation(struct window *window, struct rectangle *allocation);
 void
-window_set_transparent(struct window *window, int transparent);
-void
 window_schedule_redraw(struct window *window);
 void
 window_schedule_resize(struct window *window, int width, int height);