summaryrefslogtreecommitdiff
path: root/platform/uwp/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/uwp/app.h')
-rw-r--r--platform/uwp/app.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/uwp/app.h b/platform/uwp/app.h
index c23270b8ba..5f69f2cb0e 100644
--- a/platform/uwp/app.h
+++ b/platform/uwp/app.h
@@ -107,7 +107,6 @@ namespace GodotUWP
int last_touch_x[32]; // 20 fingers, index 31 reserved for the mouse
int last_touch_y[32];
- int number_of_contacts;
Windows::Foundation::Point last_mouse_pos;
};
}