diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-20 13:05:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-21 00:02:09 +0300 |
commit | 2b3d2c3dd9d67b40a7f77963ccbe9dc962a8a5da (patch) | |
tree | 8b6bfb2acedc3218cd4532a066bd8300657d113b | |
parent | 4e15d51a5ac633ad1d1f59a27eeb763a77e564ad (diff) | |
download | mv-2b3d2c3dd9d67b40a7f77963ccbe9dc962a8a5da.tar.gz mv-2b3d2c3dd9d67b40a7f77963ccbe9dc962a8a5da.tar.bz2 mv-2b3d2c3dd9d67b40a7f77963ccbe9dc962a8a5da.tar.xz mv-2b3d2c3dd9d67b40a7f77963ccbe9dc962a8a5da.zip |
Improve perfomance setup tab.
-rw-r--r-- | src/gui/setup_perfomance.cpp | 5 | ||||
-rw-r--r-- | src/gui/setup_perfomance.h | 2 |
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; }; |