Update Preferences.cpp

Co-Authored-By: yw4z <yw4z@outlook.com>
This commit is contained in:
RF47
2026-05-18 10:33:26 -03:00
parent 5194e46877
commit b8ec6559ce

View File

@@ -1543,13 +1543,6 @@ void PreferencesDialog::create_items()
//// GRAPHICS > Realistic view
g_sizer->Add(create_item_title(_L("Realistic view")), 1, wxEXPAND);
auto item_realistic_mode = create_item_checkbox(
_L("Enable realistic view"),
_L("Enables realistic rendering mode in the 3D canvas."),
SETTING_OPENGL_REALISTIC_MODE
);
g_sizer->Add(item_realistic_mode);
auto item_realistic_phong = create_item_checkbox(
_L("Phong shading"),
_L("Uses Phong shading inside realistic view.")