weston-ivi-shell: Remove unused structures in ivi-controller
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
Thu, 26 Dec 2013 05:23:21 +0000 (14:23 +0900)
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
Wed, 8 Jan 2014 07:32:41 +0000 (16:32 +0900)
Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
weston-ivi-shell/src/ivi-controller.c

index 26dfa0a..1d654de 100755 (executable)
@@ -113,30 +113,6 @@ struct link_shell_weston_surface
     struct wl_list link;
 };
 
-struct ping_timer {
-    struct wl_event_source *source;
-    uint32_t serial;
-};
-
-struct shell_surface {
-    struct wl_resource *resource;
-
-    struct weston_surface *surface;
-    struct wl_listener surface_destroy_listener;
-
-    struct ivishell *shell;
-    struct ping_timer *ping_timer;
-
-    char *title, *class;
-    int32_t width;
-    int32_t height;
-    pid_t pid;
-    struct wl_list link;
-
-    const struct weston_shell_client *client;
-    struct weston_output *output;
-};
-
 struct ivishell {
     struct wl_resource *resource;