weston-launch: Remove unused prototypes
This commit is contained in:
parent
b11c75c1c9
commit
1bb9f1e333
@ -179,11 +179,11 @@ meta_launcher_set_drm_fd (MetaLauncher *self,
|
|||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
meta_launcher_open_input_device (MetaLauncher *self,
|
meta_launcher_open_input_device (MetaLauncher *self,
|
||||||
const char *name,
|
const char *name,
|
||||||
int flags,
|
int flags,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
struct weston_launcher_open *message;
|
struct weston_launcher_open *message;
|
||||||
GSocketControlMessage *cmsg;
|
GSocketControlMessage *cmsg;
|
||||||
|
@ -35,12 +35,4 @@ gboolean meta_launcher_activate_vt (MetaLauncher *self,
|
|||||||
gboolean meta_launcher_set_drm_fd (MetaLauncher *self,
|
gboolean meta_launcher_set_drm_fd (MetaLauncher *self,
|
||||||
int drm_fd,
|
int drm_fd,
|
||||||
GError **error);
|
GError **error);
|
||||||
gboolean meta_launcher_set_master (MetaLauncher *self,
|
|
||||||
gboolean master,
|
|
||||||
GError **error);
|
|
||||||
int meta_launcher_open_input_device (MetaLauncher *self,
|
|
||||||
const char *name,
|
|
||||||
int flags,
|
|
||||||
GError **error);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user