summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/setup_perfomance.cpp5
-rw-r--r--src/gui/setup_perfomance.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp
index 303e14c88..c4fb30de1 100644
--- a/src/gui/setup_perfomance.cpp
+++ b/src/gui/setup_perfomance.cpp
@@ -164,8 +164,3 @@ Setup_Perfomance::~Setup_Perfomance()
delete mTexturesList;
mTexturesList = nullptr;
}
-
-void Setup_Perfomance::apply()
-{
- SetupTabScroll::apply();
-}
diff --git a/src/gui/setup_perfomance.h b/src/gui/setup_perfomance.h
index b3c237bd7..5b2b73281 100644
--- a/src/gui/setup_perfomance.h
+++ b/src/gui/setup_perfomance.h
@@ -40,8 +40,6 @@ class Setup_Perfomance final : public SetupTabScroll
~Setup_Perfomance();
- void apply();
-
private:
NamesModel *mTexturesList;
};