From 49c6f278306242b72256165fd5771c3777b819d3 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Tue, 14 Oct 2003 15:29:04 +0000 Subject: [PATCH] remove keepsmall Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1323 --- src/dosbox.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 97236020..b1386151 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -196,7 +196,6 @@ void DOSBOX_Init(void) { secprop=control->AddSection_prop("render",&RENDER_Init); secprop->Add_int("frameskip",0); - secprop->Add_bool("keepsmall",false); secprop->Add_string("snapshots","snaps"); secprop->Add_string("scaler","normal2x");