diff options
Diffstat (limited to 'core/core_bind.h')
-rw-r--r-- | core/core_bind.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/core_bind.h b/core/core_bind.h index 46a7a94f2d..435269dac5 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -248,11 +248,6 @@ public: bool request_permissions(); Vector<String> get_granted_permissions() const; - int get_tablet_driver_count() const; - String get_tablet_driver_name(int p_driver) const; - String get_current_tablet_driver() const; - void set_current_tablet_driver(const String &p_driver); - static _OS *get_singleton() { return singleton; } _OS() { singleton = this; } |