diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-07-05 15:17:50 +0000 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-07-05 15:17:50 +0000 |
| commit | 9a70e532559c520d49c4e3f97a1ab8f3a2bb0403 (patch) | |
| tree | 6668877c774ee680bcbec1ae11d66cdff6dd59b3 | |
| parent | 58a6dea66f23859f58ad1d6a543ac18e15882fab (diff) | |
| download | graynard-master.tar.gz graynard-master.zip | |
| -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, |
