aboutsummaryrefslogtreecommitdiff
path: root/include/input_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/input_state.h')
-rw-r--r--include/input_state.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/input_state.h b/include/input_state.h
index 52759052..a1f238e1 100644
--- a/include/input_state.h
+++ b/include/input_state.h
@@ -48,11 +48,6 @@ extern struct pointer_state {
struct pointer_button_state right;
struct pointer_button_state scroll;
- // pointer position
- struct mouse_origin{
- int x, y;
- } origin;
-
// change in pointer position
struct {
int x, y;