summaryrefslogtreecommitdiff
path: root/ext/wayland/gstwaylandsink.h
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-02-13 11:32:00 +0100
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-06-17 13:51:22 +0200
commit05f0842572e3f4af894ad2a361f1cccc7c559df6 (patch)
treee03539349bc022fa48025fcba19c913b4299bbee /ext/wayland/gstwaylandsink.h
parenta7eb053708a9c8dbd680dbc512c173504c561de3 (diff)
downloadgstreamer-plugins-bad-05f0842572e3f4af894ad2a361f1cccc7c559df6.tar.gz
waylandsink: remove callback and redraw_pending variables from the window structure
Diffstat (limited to 'ext/wayland/gstwaylandsink.h')
-rw-r--r--ext/wayland/gstwaylandsink.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/wayland/gstwaylandsink.h b/ext/wayland/gstwaylandsink.h
index 35a99ae24..9dfddbde0 100644
--- a/ext/wayland/gstwaylandsink.h
+++ b/ext/wayland/gstwaylandsink.h
@@ -64,9 +64,6 @@ struct window
int width, height;
struct wl_surface *surface;
struct wl_shell_surface *shell_surface;
- struct wl_callback *callback;
- guint redraw_pending :1;
-
};
typedef struct _GstWaylandSink GstWaylandSink;