diff --git a/wadsrc/static/language.enu b/wadsrc/static/language.enu index 250de5f18b..ae500c1529 100644 --- a/wadsrc/static/language.enu +++ b/wadsrc/static/language.enu @@ -1811,7 +1811,6 @@ DSPLYMNU_DIMCOLOR = "Dim color"; DSPLYMNU_MOVEBOB = "View bob amount while moving"; DSPLYMNU_STILLBOB = "View bob amount while not moving"; DSPLYMNU_BOBSPEED = "Weapon bob speed"; -DSPLYMNU_MULTITHREADED = "Multithreaded Drawing"; // HUD Options HUDMNU_TITLE = "HUD Options"; diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index d069065acc..f88b34286d 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -704,7 +704,6 @@ OptionMenu "VideoOptions" Slider "$DSPLYMNU_PICKUPFADE", "pickup_fade_scalar", 0.0, 1.0, 0.05, 2 Slider "$DSPLYMNU_WATERFADE", "underwater_fade_scalar", 0.0, 1.0, 0.05, 2 Option "$DSPLYMNU_BLENDMETHOD", "r_blendmethod", "BlendMethods" - Option "$DSPLYMNU_MULTITHREADED", "r_multithreaded", "OnOff" StaticText " " Option "$DSPLYMNU_WIPETYPE", "wipetype", "Wipes"