You've already forked godot
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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user