summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-10-30 01:40:53 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:58:34 +0100
commit89c47e4a3d967873e3f495e4e8dfe0016af8014a (patch)
tree8a5a4b25d08acb05ed4eee8188059e8cd7dc2ac8 /shell
parentaf43f453b8aa28e861fad8e24bdeebffba5f92dc (diff)
that stuff seems to be totally unused
Change-Id: Ice7bc99fc5f3d26ced1b7cd5a1dbf29b0e635471
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/gconfbe/gconfaccess.cxx16
-rw-r--r--shell/source/backends/gconfbe/gconfaccess.hxx2
2 files changed, 0 insertions, 18 deletions
diff --git a/shell/source/backends/gconfbe/gconfaccess.cxx b/shell/source/backends/gconfbe/gconfaccess.cxx
index 371b76603043..1b30545fc840 100644
--- a/shell/source/backends/gconfbe/gconfaccess.cxx
+++ b/shell/source/backends/gconfbe/gconfaccess.cxx
@@ -700,22 +700,6 @@ ConfigurationValue const ConfigurationValues[] =
},
{
- SETTING_ENABLE_OPENGL,
- "/apps/openoffice/use_opengl",
- RTL_CONSTASCII_STRINGPARAM("OpenGL"),
- false,
- SETTINGS_LAST
- },
-
- {
- SETTING_OPTIMIZE_OPENGL,
- "/apps/openoffice/optimize_opengl",
- RTL_CONSTASCII_STRINGPARAM("OpenGL_Faster"),
- false,
- SETTINGS_LAST
- },
-
- {
SETTING_USE_SYSTEM_FONT,
"/apps/openoffice/use_system_font",
RTL_CONSTASCII_STRINGPARAM("AccessibilityIsSystemFont"),
diff --git a/shell/source/backends/gconfbe/gconfaccess.hxx b/shell/source/backends/gconfbe/gconfaccess.hxx
index 699c4869e29b..bad128df9b67 100644
--- a/shell/source/backends/gconfbe/gconfaccess.hxx
+++ b/shell/source/backends/gconfbe/gconfaccess.hxx
@@ -62,8 +62,6 @@ enum ConfigurationSetting
SETTING_SHOW_INACTIVE_MENUITEMS,
SETTING_SHOW_FONT_PREVIEW,
SETTING_SHOW_FONT_HISTORY,
- SETTING_ENABLE_OPENGL,
- SETTING_OPTIMIZE_OPENGL,
SETTING_SAVE_DOCUMENT_WINDOWS,
SETTING_SAVE_DOCUMENT_VIEW_INFO,
SETTING_USE_SYSTEM_FONT,