summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-06 10:05:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-07 10:35:44 +0100
commit67ff7348756ec88d09fc00e6d284ba5b579e9b33 (patch)
treed9bc9015abadce440e6637e280286e04e9ba062a /canvas
parent1e6cc2c8564e86465594f6651490f529dafb3aaf (diff)
remove unused ConfigItemMode::DelayedUpdate
unused ever since commit c1758889cbd5e8e4afb1044425c908715eb3e1cd Date: Fri Nov 11 22:48:37 2011 +0100 Heavily simplified utl::ConfigManager. and rename ConfigItemMode::ImmediateUpdate to NONE, since it doesn't mean that anymore Change-Id: Ia1d06142a25c9eea0f1d30b70653eed325a21b37 Reviewed-on: https://gerrit.libreoffice.org/64719 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/directx/dx_config.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_config.cxx b/canvas/source/directx/dx_config.cxx
index 6da728e02f2e..487f04f0f686 100644
--- a/canvas/source/directx/dx_config.cxx
+++ b/canvas/source/directx/dx_config.cxx
@@ -36,7 +36,7 @@ namespace dxcanvas
DXCanvasItem::DXCanvasItem() :
ConfigItem(
"Office.Canvas/DXCanvas",
- ConfigItemMode::ImmediateUpdate ),
+ ConfigItemMode::NONE ),
maValues(),
maMaxTextureSize(),
mbBlacklistCurrentDevice(false),