summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-06-21 12:15:50 +1200
committerRobert Ancell <robert.ancell@canonical.com>2016-06-21 12:15:50 +1200
commitff27316a6c7914bd002b4a2fb72cf660e2bf9442 (patch)
tree326335f39bd24e5c11a8198acfc1436420fca7f2
parent0e0f9f37ed0b753aa601c125064113cf1d67c776 (diff)
downloadlightdm-git-ff27316a6c7914bd002b4a2fb72cf660e2bf9442.tar.gz
Remove unused vfunc
-rw-r--r--src/unity-system-compositor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/unity-system-compositor.h b/src/unity-system-compositor.h
index 5bf453ad..cc74935d 100644
--- a/src/unity-system-compositor.h
+++ b/src/unity-system-compositor.h
@@ -32,8 +32,6 @@ typedef struct
typedef struct
{
DisplayServerClass parent_class;
-
- void (*ready)(UnitySystemCompositor *compositor);
} UnitySystemCompositorClass;
GType unity_system_compositor_get_type (void);