From 9a70e532559c520d49c4e3f97a1ab8f3a2bb0403 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 5 Jul 2014 15:17:50 +0000 Subject: minor deletions --- shell/shell-helper.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/shell/shell-helper.c b/shell/shell-helper.c index 5830379..da53f07 100644 --- a/shell/shell-helper.c +++ b/shell/shell-helper.c @@ -146,20 +146,6 @@ shell_helper_set_panel(struct wl_client *client, surface->configure_private = helper; } -enum SlideState { - SLIDE_STATE_NONE, - SLIDE_STATE_SLIDING_OUT, - SLIDE_STATE_OUT, - SLIDE_STATE_SLIDING_BACK, - SLIDE_STATE_BACK -}; - -enum SlideRequest { - SLIDE_REQUEST_NONE, - SLIDE_REQUEST_OUT, - SLIDE_REQUEST_BACK -}; - static const struct shell_helper_interface helper_implementation = { shell_helper_move_surface, shell_helper_add_surface_to_layer, -- cgit v1.3.1