From 89c47e4a3d967873e3f495e4e8dfe0016af8014a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 30 Oct 2014 01:40:53 +0100 Subject: that stuff seems to be totally unused Change-Id: Ice7bc99fc5f3d26ced1b7cd5a1dbf29b0e635471 --- shell/source/backends/gconfbe/gconfaccess.cxx | 16 ---------------- shell/source/backends/gconfbe/gconfaccess.hxx | 2 -- 2 files changed, 18 deletions(-) (limited to 'shell') 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 @@ -699,22 +699,6 @@ ConfigurationValue const ConfigurationValues[] = SETTINGS_LAST }, - { - 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", 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, -- cgit