diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 17:11:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 17:56:20 +0300 |
commit | bec451007ce9471004ec4a8357cea3cb7712de55 (patch) | |
tree | ee085db2b2dc6fc012f4d94daf2e4a75bbdee0b5 /src/CMakeLists.txt | |
parent | 813c0ece9e8063badf15f53ac5e0a759dcaa6d73 (diff) | |
download | plus-bec451007ce9471004ec4a8357cea3cb7712de55.tar.gz plus-bec451007ce9471004ec4a8357cea3cb7712de55.tar.bz2 plus-bec451007ce9471004ec4a8357cea3cb7712de55.tar.xz plus-bec451007ce9471004ec4a8357cea3cb7712de55.zip |
Join exguichan Window and normal Window classes.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5920448ea..692a6c7e3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -817,7 +817,6 @@ SET(SRCS gui/base/widgets/slider.hpp gui/base/widgets/textbox.hpp gui/base/widgets/textfield.hpp - gui/base/widgets/window.hpp gui/base/basiccontainer.cpp gui/cliprectangle.cpp gui/color.cpp @@ -835,7 +834,6 @@ SET(SRCS gui/base/widgets/slider.cpp gui/base/widgets/textbox.cpp gui/base/widgets/textfield.cpp - gui/base/widgets/window.cpp ) SET(SRCS_EVOL |