projects
/
platform
/
upstream
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf1c2f3
)
Drop stale prototype
author
Kristian Høgsberg
<krh@bitplanet.net>
Fri, 27 Apr 2012 15:26:57 +0000
(11:26 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Fri, 27 Apr 2012 15:26:57 +0000
(11:26 -0400)
src/wayland-server.h
patch
|
blob
|
history
diff --git
a/src/wayland-server.h
b/src/wayland-server.h
index
7dcdb1a
..
249cfa8
100644
(file)
--- a/
src/wayland-server.h
+++ b/
src/wayland-server.h
@@
-85,9
+85,6
@@
int wl_display_add_socket(struct wl_display *display, const char *name);
void wl_display_terminate(struct wl_display *display);
void wl_display_run(struct wl_display *display);
-void wl_display_add_object(struct wl_display *display,
- struct wl_object *object);
-
typedef void (*wl_global_bind_func_t)(struct wl_client *client, void *data,
uint32_t version, uint32_t id);