mirror of
https://github.com/brl/mutter.git
synced 2025-02-18 06:04:10 +00:00
weston-launch: Remove unused prototypes
This commit is contained in:
parent
b11c75c1c9
commit
1bb9f1e333
@ -179,7 +179,7 @@ meta_launcher_set_drm_fd (MetaLauncher *self,
|
||||
return ok;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
meta_launcher_open_input_device (MetaLauncher *self,
|
||||
const char *name,
|
||||
int flags,
|
||||
|
@ -35,12 +35,4 @@ gboolean meta_launcher_activate_vt (MetaLauncher *self,
|
||||
gboolean meta_launcher_set_drm_fd (MetaLauncher *self,
|
||||
int drm_fd,
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user