weston-launch: Remove unused prototypes

This commit is contained in:
Jasper St. Pierre 2014-03-11 16:50:50 -04:00
parent b11c75c1c9
commit 1bb9f1e333
2 changed files with 4 additions and 12 deletions

View File

@ -179,11 +179,11 @@ meta_launcher_set_drm_fd (MetaLauncher *self,
return ok;
}
int
static int
meta_launcher_open_input_device (MetaLauncher *self,
const char *name,
int flags,
GError **error)
const char *name,
int flags,
GError **error)
{
struct weston_launcher_open *message;
GSocketControlMessage *cmsg;

View File

@ -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