diff --git a/Source/options.cpp b/Source/options.cpp index 5a6ba492c..2554512b8 100644 --- a/Source/options.cpp +++ b/Source/options.cpp @@ -549,7 +549,6 @@ StartUpOptions::StartUpOptions() // Ask is missing, cause we want to hide it from UI-Settings. //{ StartUpGameMode::Hellfire, N_("Hellfire") }, }) - , shareware("Shareware", OptionEntryFlags::NeedDiabloMpq | OptionEntryFlags::RecreateUI, N_("Restrict to Shareware"), N_("Makes the game compatible with the demo. Enables multiplayer with friends who don't own a full copy of Diablo."), false) , diabloIntro("Diablo Intro", OptionEntryFlags::OnlyDiablo, N_("Intro"), N_("Shown Intro cinematic."), StartUpIntro::Once, { { StartUpIntro::Off, N_("OFF") }, diff --git a/Source/options.h b/Source/options.h index e7ea77279..658a4ba30 100644 --- a/Source/options.h +++ b/Source/options.h @@ -321,7 +321,6 @@ struct StartUpOptions : OptionCategoryBase { std::vector GetEntries() override; OptionEntryEnum gameMode; - OptionEntryBoolean shareware; /** @brief Play game intro video on diablo startup. */ OptionEntryEnum diabloIntro; /** @brief Play game intro video on hellfire startup. */