summaryrefslogtreecommitdiff
path: root/frontends/windows/res/resource.rc
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-02-21 11:42:53 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2020-02-21 11:45:20 +0000
commitcbaf33e02d45d05e1a23080f9bc0a8cd6c5f96fc (patch)
treea878632f11d6b018127ea774619d21953390f007 /frontends/windows/res/resource.rc
parent62a32a2a8ad7f683162de7f0f626b6791c4c62be (diff)
downloadnetsurf-cbaf33e02d45d05e1a23080f9bc0a8cd6c5f96fc.tar.gz
netsurf-cbaf33e02d45d05e1a23080f9bc0a8cd6c5f96fc.tar.bz2
Windows: Attempt to remove unused minimum GIF delay option.
Diffstat (limited to 'frontends/windows/res/resource.rc')
-rw-r--r--frontends/windows/res/resource.rc3
1 files changed, 0 insertions, 3 deletions
diff --git a/frontends/windows/res/resource.rc b/frontends/windows/res/resource.rc
index 2d9e6cfb8..9e9927b0c 100644
--- a/frontends/windows/res/resource.rc
+++ b/frontends/windows/res/resource.rc
@@ -242,9 +242,6 @@ FONT 8, "MS Shell Dlg", 0, 0, 1
LTEXT "Animation", IDC_STATIC, 7, 148, 36, 8, NOT WS_GROUP | SS_LEFT, WS_EX_LEFT
CONTROL "", IDC_STATIC, WC_STATIC, SS_ETCHEDFRAME, 43, 152, 170, 1, WS_EX_LEFT
AUTOCHECKBOX "Disable", IDC_PREFS_NOANIMATION, 43, 163, 39, 10, 0, WS_EX_LEFT
- LTEXT "Minimum delay:", IDC_STATIC, 55, 180, 56, 8, SS_LEFT, WS_EX_LEFT
- EDITTEXT IDC_PREFS_ANIMATIONDELAY, 113, 177, 35, 14, NOT WS_BORDER, WS_EX_CLIENTEDGE
- CONTROL "Min delay", IDC_PREFS_ANIMATIONDELAY_SPIN, UPDOWN_CLASS, UDS_ALIGNRIGHT | UDS_AUTOBUDDY, 43, 210, 11, 15, WS_EX_LEFT
}