diff options
Diffstat (limited to 'editor/tests-private.hpp')
-rw-r--r-- | editor/tests-private.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/tests-private.hpp b/editor/tests-private.hpp index 15c6abaf..c4acc80d 100644 --- a/editor/tests-private.hpp +++ b/editor/tests-private.hpp @@ -30,8 +30,6 @@ protected: base_test(); }; -void label_left(StringView label, float width); - enum class Test : uint32_t { none, path, raycast, COUNT, }; |