summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-05 12:25:56 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-05 12:25:56 +0300
commit833e498f54c1d33be94c09214315b368cccaec06 (patch)
treecead9d12e6a4ffbcbcd978b6c04df5bacdf55473 /src/CMakeLists.txt
parent050c957927ccd7da1da135ce4fc51c3e53101ba6 (diff)
downloadplus-833e498f54c1d33be94c09214315b368cccaec06.tar.gz
plus-833e498f54c1d33be94c09214315b368cccaec06.tar.bz2
plus-833e498f54c1d33be94c09214315b368cccaec06.tar.xz
plus-833e498f54c1d33be94c09214315b368cccaec06.zip
Merger textfield and merge textbox.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b71cb026a..d5d13c613 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -811,8 +811,6 @@ SET(SRCS
gui/widgets/widget.h
listeners/widgetlistener.h
gui/base/widgets/container.hpp
- gui/base/widgets/textbox.hpp
- gui/base/widgets/textfield.hpp
gui/widgets/basiccontainer.cpp
gui/cliprect.cpp
gui/color.cpp
@@ -820,8 +818,6 @@ SET(SRCS
gui/rect.cpp
gui/widgets/widget.cpp
gui/base/widgets/container.cpp
- gui/base/widgets/textbox.cpp
- gui/base/widgets/textfield.cpp
)
SET(SRCS_EVOL