1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +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

@@ -156,10 +156,6 @@ void OS_UWP::initialize_core() {
cursor_shape = CURSOR_ARROW;
}
bool OS_UWP::can_draw() const {
return !minimized;
};
void OS_UWP::set_window(Windows::UI::Core::CoreWindow ^ p_window) {
window = p_window;
}