summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-03-11 15:36:07 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-03-11 15:42:37 -0400
commitf397c321921fd1d64a326764d21c6f8631ea1175 (patch)
treec83abbb17f5232ce5438b8525d683de7d3b9d2e6 /src
parentf79314d7b5a5a96b63e9a74619f5fafc3f134fdb (diff)
downloadmutter-f397c321921fd1d64a326764d21c6f8631ea1175.tar.gz
wayland: Make set_selection private
It's unused outside of us.
Diffstat (limited to 'src')
-rw-r--r--src/wayland/meta-wayland-data-device.c2
-rw-r--r--src/wayland/meta-wayland-data-device.h6
2 files changed, 1 insertions, 7 deletions
diff --git a/src/wayland/meta-wayland-data-device.c b/src/wayland/meta-wayland-data-device.c
index 769021429..696f19061 100644
--- a/src/wayland/meta-wayland-data-device.c
+++ b/src/wayland/meta-wayland-data-device.c
@@ -377,7 +377,7 @@ destroy_selection_data_source (struct wl_listener *listener, void *data)
}
}
-void
+static void
meta_wayland_seat_set_selection (MetaWaylandSeat *seat,
MetaWaylandDataSource *source,
guint32 serial)
diff --git a/src/wayland/meta-wayland-data-device.h b/src/wayland/meta-wayland-data-device.h
index 58635531c..87f977437 100644
--- a/src/wayland/meta-wayland-data-device.h
+++ b/src/wayland/meta-wayland-data-device.h
@@ -33,10 +33,4 @@ meta_wayland_data_device_set_keyboard_focus (MetaWaylandSeat *seat);
int
meta_wayland_data_device_manager_init (struct wl_display *display);
-void
-meta_wayland_seat_set_selection (MetaWaylandSeat *seat,
- MetaWaylandDataSource *source,
- uint32_t serial);
-
-
#endif /* __META_WAYLAND_DATA_DEVICE_H__ */