Skip to content

Commit

Permalink
🧹 drivers: remove mentions of network drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Sep 9, 2024
1 parent 17781ec commit 90bad7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/drivers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ namespace tui {
void install_drivers_menu() noexcept {
const std::vector<std::string> menu_entries = {
"Install Display Driver",
//"Install Network Drivers",
"Back",
};

Expand All @@ -112,9 +111,6 @@ void install_drivers_menu() noexcept {
case 0:
install_graphics_menu();
break;
/*case 1:
setup_network_drivers();
break;*/
default:
screen.ExitLoopClosure()();
break;
Expand Down

0 comments on commit 90bad7b

Please sign in to comment.