1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Misc code cleanup

This commit is contained in:
kobewi
2024-04-25 23:42:44 +02:00
parent 11d3768132
commit 914528180f
3 changed files with 6 additions and 11 deletions

View File

@@ -105,10 +105,6 @@ public:
_changes_changed();
}
#define DISPLAY_CHANGED \
changes++; \
_changes_changed();
#else
_FORCE_INLINE_ static void redraw_request() {
changes++;