diff options
| -rw-r--r-- | shell/shell-helper.c | 14 |
1 files changed, 0 insertions, 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, |
