wayland: Remove unused variable

This commit is contained in:
Jasper St. Pierre 2014-10-07 20:51:18 -07:00
parent 354cc466af
commit eeff1b8b02

View File

@ -57,7 +57,6 @@ struct _MetaWaylandCompositor
{
struct wl_display *wayland_display;
const char *display_name;
ClutterActor *stage;
GHashTable *outputs;
struct wl_list frame_callbacks;