libweston: Removed unused tty_* functions
These are nowhere defined, so it seems the we're only left with these declarations. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
4d79283248
commit
c2e18e896f
|
@ -2168,23 +2168,6 @@ int
|
||||||
weston_log_continue(const char *fmt, ...)
|
weston_log_continue(const char *fmt, ...)
|
||||||
__attribute__ ((format (printf, 1, 2)));
|
__attribute__ ((format (printf, 1, 2)));
|
||||||
|
|
||||||
enum {
|
|
||||||
TTY_ENTER_VT,
|
|
||||||
TTY_LEAVE_VT
|
|
||||||
};
|
|
||||||
|
|
||||||
struct tty *
|
|
||||||
tty_create(struct weston_compositor *compositor, int tty_nr);
|
|
||||||
|
|
||||||
void
|
|
||||||
tty_destroy(struct tty *tty);
|
|
||||||
|
|
||||||
void
|
|
||||||
tty_reset(struct tty *tty);
|
|
||||||
|
|
||||||
int
|
|
||||||
tty_activate_vt(struct tty *tty, int vt);
|
|
||||||
|
|
||||||
enum weston_screenshooter_outcome {
|
enum weston_screenshooter_outcome {
|
||||||
WESTON_SCREENSHOOTER_SUCCESS,
|
WESTON_SCREENSHOOTER_SUCCESS,
|
||||||
WESTON_SCREENSHOOTER_NO_MEMORY,
|
WESTON_SCREENSHOOTER_NO_MEMORY,
|
||||||
|
|
Loading…
Reference in New Issue