1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Remove OS::can_draw() remnants

This commit is contained in:
Marcel Admiraal
2020-12-17 16:34:33 +00:00
parent c83d1b2526
commit 60ddca2545
4 changed files with 0 additions and 11 deletions

View File

@@ -150,10 +150,6 @@ void OS_Server::set_main_loop(MainLoop *p_main_loop) {
input->set_main_loop(p_main_loop);
}
bool OS_Server::can_draw() const {
return false; //can never draw
};
String OS_Server::get_name() const {
return "Server";
}