From bacd8d229c478918f477026bbef2e752d5d67647 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 20 Dec 2019 12:55:54 +0000 Subject: make RISC OS specific window_screen_ options limited to that frontend --- desktop/options.h | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'desktop') 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 . */ -/** \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) -- cgit v1.2.3