diff options
Diffstat (limited to 'app/source/Cplt/UI/UI_Settings.cpp')
-rw-r--r-- | app/source/Cplt/UI/UI_Settings.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/source/Cplt/UI/UI_Settings.cpp b/app/source/Cplt/UI/UI_Settings.cpp index 71a752a..40da81d 100644 --- a/app/source/Cplt/UI/UI_Settings.cpp +++ b/app/source/Cplt/UI/UI_Settings.cpp @@ -2,7 +2,6 @@ #include <imgui.h> -void UI::SettingsTab() -{ +void UI::SettingsTab() { // TODO } |