From: Kristian Høgsberg Date: Tue, 27 Mar 2012 20:39:00 +0000 (-0400) Subject: clients: Fix a couple of warnings X-Git-Tag: 20120702.1049~343 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8ae8a91351243fa8e07198fa29fe90f9588e722;p=profile%2Fivi%2Fweston.git clients: Fix a couple of warnings --- diff --git a/clients/dnd.c b/clients/dnd.c index 66ba2ce..2b0faaa 100644 --- a/clients/dnd.c +++ b/clients/dnd.c @@ -247,9 +247,7 @@ data_source_target(void *data, struct dnd *dnd = dnd_drag->dnd; cairo_surface_t *surface; struct wl_buffer *buffer; - struct wl_data_device *device; - device = input_get_data_device(dnd_drag->input); dnd_drag->mime_type = mime_type; if (mime_type) surface = dnd_drag->opaque; diff --git a/clients/tablet-shell.c b/clients/tablet-shell.c index 206100b..3a532c4 100644 --- a/clients/tablet-shell.c +++ b/clients/tablet-shell.c @@ -193,17 +193,6 @@ lockscreen_draw(struct tablet_shell *shell) } static void -lockscreen_button_handler(struct widget *widget, - struct input *input, uint32_t time, - int button, int state, void *data) -{ - struct tablet_shell *shell = data; - - window_destroy(shell->lockscreen); - shell->lockscreen = NULL; -} - -static void show_lockscreen(void *data, struct tablet_shell *tablet_shell) { struct tablet_shell *shell = data;