diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/valueset.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index 66ca5faf0efd..579d8c29be75 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -23,7 +23,6 @@ #include <svtools/svtdllapi.h> #include <vcl/ctrl.hxx> -#include <vcl/timer.hxx> #include <vcl/customweld.hxx> #include <memory> #include <vector> @@ -196,7 +195,6 @@ typedef std::vector<std::unique_ptr<SvtValueSetItem>> SvtValueItemList; class SVT_DLLPUBLIC ValueSet : public Control { private: - Timer maTimer; ValueItemList mItemList; std::unique_ptr<ValueSetItem> mpNoneItem; VclPtr<ScrollBar> mxScrollBar; |