summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-12-20 12:55:54 +0000
committerVincent Sanders <vince@kyllikki.org>2019-12-20 12:59:28 +0000
commitbacd8d229c478918f477026bbef2e752d5d67647 (patch)
treef757239e79f5d9f48e57a6f58877b184d3246dc8 /desktop
parenteba05b0d389a83d09798099e8894e297c973ac6e (diff)
downloadnetsurf-bacd8d229c478918f477026bbef2e752d5d67647.tar.gz
netsurf-bacd8d229c478918f477026bbef2e752d5d67647.tar.bz2
make RISC OS specific window_screen_ options limited to that frontend
Diffstat (limited to 'desktop')
-rw-r--r--desktop/options.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/desktop/options.h b/desktop/options.h
index 9ae2b5ebb..0e56ad350 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -16,7 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
+/**
+ * \file
* Option available on all platforms
*
* Non-platform specific options can be added by editing this file
@@ -27,8 +28,8 @@
* with different macro definitions so there is no guard
*/
-#ifndef _NETSURF_DESKTOP_OPTIONS_H_
-#define _NETSURF_DESKTOP_OPTIONS_H_
+#ifndef NETSURF_DESKTOP_OPTIONS_H_
+#define NETSURF_DESKTOP_OPTIONS_H_
#include "netsurf/types.h"
@@ -167,12 +168,6 @@ NSOPTION_INTEGER(window_width, 0)
/** default height of new windows */
NSOPTION_INTEGER(window_height, 0)
-/** width of screen when above options were saved */
-NSOPTION_INTEGER(window_screen_width, 0)
-
-/** height of screen when above options were saved */
-NSOPTION_INTEGER(window_screen_height, 0)
-
/** default size of status bar vs. h scroll bar */
NSOPTION_INTEGER(toolbar_status_size, 6667)