summaryrefslogtreecommitdiff
path: root/frontends/monkey
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-12-21 20:50:00 +0000
committerVincent Sanders <vince@kyllikki.org>2019-12-21 20:52:22 +0000
commit3fdbef0566a4310dc2567c101b38e9c1667d883e (patch)
treec4ddc6e6e1ca7140163bc0f9d7caeda21c09ebfe /frontends/monkey
parentfd510b27eee7d8d146ddf1a54a0a98b2ba61f27f (diff)
downloadnetsurf-3fdbef0566a4310dc2567c101b38e9c1667d883e.tar.gz
netsurf-3fdbef0566a4310dc2567c101b38e9c1667d883e.tar.bz2
remove unused render_resample option from beos, gtk and monkey frontends
Diffstat (limited to 'frontends/monkey')
-rw-r--r--frontends/monkey/options.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontends/monkey/options.h b/frontends/monkey/options.h
index a39e54b3f..8f6dd8b42 100644
--- a/frontends/monkey/options.h
+++ b/frontends/monkey/options.h
@@ -16,14 +16,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _NETSURF_MONKEY_OPTIONS_H_
-#define _NETSURF_MONKEY_OPTIONS_H_
+#ifndef NETSURF_MONKEY_OPTIONS_H_
+#define NETSURF_MONKEY_OPTIONS_H_
/* currently nothing here */
#endif
-NSOPTION_BOOL(render_resample, true)
NSOPTION_BOOL(downloads_clear, false)
NSOPTION_BOOL(request_overwrite, true)
NSOPTION_STRING(downloads_directory, NULL)