summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-12-15 21:48:17 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-12-16 08:23:34 +0000
commit6ee75be645d605cbecd0ebda54303891acf25664 (patch)
tree308e8a0b77268ece80285be0c15c53998088cb31 /include
parentcid#1374075 cid#1374076 Executable_pdfverify: uncaught exceptions (diff)
downloadcore-6ee75be645d605cbecd0ebda54303891acf25664.tar.gz
core-6ee75be645d605cbecd0ebda54303891acf25664.zip
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')
-rw-r--r--include/vcl/rendersettings.hxx34
-rw-r--r--include/vcl/window.hxx1
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; }