diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-15 21:48:17 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-16 08:23:34 +0000 |
commit | 6ee75be645d605cbecd0ebda54303891acf25664 (patch) | |
tree | 308e8a0b77268ece80285be0c15c53998088cb31 /include/vcl | |
parent | 107bcc88397f7167cf9599255f4e8c4de299e659 (diff) |
vcl: Kill unused RenderSettings
Change-Id: Ie74d4f3258ef553b4febcc544204080d8c6e0f40
Reviewed-on: https://gerrit.libreoffice.org/32046
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/rendersettings.hxx | 34 | ||||
-rw-r--r-- | include/vcl/window.hxx | 1 |
2 files changed, 0 insertions, 35 deletions
diff --git a/include/vcl/rendersettings.hxx b/include/vcl/rendersettings.hxx deleted file mode 100644 index d516dfcc41b3..000000000000 --- a/include/vcl/rendersettings.hxx +++ /dev/null @@ -1,34 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -#ifndef INCLUDED_VCL_RENDERSETTINGS_HXX -#define INCLUDED_VCL_RENDERSETTINGS_HXX - -#include <vcl/window.hxx> -#include <vcl/outdev.hxx> -#include <vcl/outdevstate.hxx> - -namespace vcl -{ - -class VCL_DLLPUBLIC RenderSettings final -{ - OutDevState maOutDevState; - std::unique_ptr<Wallpaper> mpBackground; - -public: - RenderSettings() - {} -}; - -} - -#endif // INCLUDED_VCL_RENDERSETTINGS_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 8aa141e3ec09..1b5759b23f12 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -101,7 +101,6 @@ namespace dnd { namespace vcl { struct ControlLayoutData; - class RenderSettings; } namespace svt { class PopupWindowControllerImpl; } |