mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Remove unimplemented methods.
This commit is contained in:
parent
c7809991b2
commit
7c1f9f4c58
@ -14,9 +14,6 @@ class DatabaseSingleThreaded : public Database {
|
||||
GDCLASS(DatabaseSingleThreaded, Database);
|
||||
|
||||
public:
|
||||
String get_connection_string();
|
||||
void set_connection_string(const String &val);
|
||||
|
||||
Ref<DatabaseConnection> get_connection();
|
||||
|
||||
DatabaseSingleThreaded();
|
||||
|
Loading…
Reference in New Issue
Block a user