elput: Remove vt activate/restore from input manager interface

As this library is just going to deal with libinput, we don't need to
have interface functions to activate or restore a virtual terminal.

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-04-01 09:49:36 -04:00
parent 1ce6cd4382
commit b5422700c0
2 changed files with 0 additions and 4 deletions

View File

@ -561,8 +561,6 @@ Elput_Interface _logind_interface =
_logind_disconnect,
_logind_open,
_logind_close,
NULL,
NULL,
};
#endif

View File

@ -62,8 +62,6 @@ typedef struct _Elput_Interface
void (*disconnect)(Elput_Manager *manager);
int (*open)(Elput_Manager *manager, const char *path, int flags);
void (*close)(Elput_Manager *manager, int fd);
int (*activate)(Elput_Manager *manager, int vt);
void (*restore)(Elput_Manager *manager);
} Elput_Interface;
struct _Elput_Manager