diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-02-18 20:36:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 20:36:46 +0100 |
commit | 247b7e24483931e978f0c203030b5135109655cc (patch) | |
tree | 930c25b13032f8d75425ec06b165099c0c8c0f4b /core/core_bind.h | |
parent | 310496a89f583b49217915b9add165d51aea575e (diff) | |
parent | 3e0262509f394ad174d8abe0742a6a6b66b0b16a (diff) | |
download | redot-engine-247b7e24483931e978f0c203030b5135109655cc.tar.gz |
Merge pull request #46131 from bruvzg/move_tablet_to_ds
Move tablet driver API from OS to DisplayServer
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; } |