summaryrefslogtreecommitdiff
path: root/clients/tablet-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tablet-shell.c')
-rw-r--r--clients/tablet-shell.c11
1 files changed, 0 insertions, 11 deletions
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;