From 3fdbef0566a4310dc2567c101b38e9c1667d883e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 21 Dec 2019 20:50:00 +0000 Subject: remove unused render_resample option from beos, gtk and monkey frontends --- frontends/beos/options.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'frontends/beos') diff --git a/frontends/beos/options.h b/frontends/beos/options.h index 40d23a3bc..f959442f7 100644 --- a/frontends/beos/options.h +++ b/frontends/beos/options.h @@ -18,13 +18,12 @@ */ -#ifndef _NETSURF_BEOS_OPTIONS_H_ -#define _NETSURF_BEOS_OPTIONS_H_ +#ifndef NETSURF_BEOS_OPTIONS_H_ +#define NETSURF_BEOS_OPTIONS_H_ /* currently nothing here */ #endif -NSOPTION_BOOL(render_resample, false) NSOPTION_STRING(url_file, NULL) -- cgit v1.2.3