From: Pekka Paalanen Date: Wed, 24 Oct 2012 06:43:07 +0000 (+0300) Subject: window: remove window_set_transparent() declaration X-Git-Tag: submit/2.0alpha-wayland/20121121.143012~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fedc527723128ee08f443c8955d75d7cd0d956a6;p=profile%2Fivi%2Fweston.git window: remove window_set_transparent() declaration The function is not implemented. Signed-off-by: Pekka Paalanen --- diff --git a/clients/window.h b/clients/window.h index 3d35396..84846ff 100644 --- a/clients/window.h +++ b/clients/window.h @@ -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);