summaryrefslogtreecommitdiff
path: root/tools/libinput-tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libinput-tool.h')
-rw-r--r--tools/libinput-tool.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/libinput-tool.h b/tools/libinput-tool.h
index c4518579..d7e6f7a5 100644
--- a/tools/libinput-tool.h
+++ b/tools/libinput-tool.h
@@ -28,13 +28,6 @@
#include <stdbool.h>
-struct global_options {
- bool verbose;
- bool quiet;
-};
-
void libinput_tool_usage(void);
-int libinput_list_devices(struct global_options *opts, int argc, char **argv);
-int libinput_debug_events(struct global_options *opts, int argc, char **argv);
#endif