Skip to content

Commit

Permalink
removed dead coded
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavius Motileng committed Apr 17, 2020
1 parent 66b77a5 commit cc52663
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runner/settings_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ void run_settings_window()
// Arg 1: executable path.
std::wstring executable_path = get_module_folderpath();
executable_path.append(L"\\netcoreapp3.1\\Microsoft.PowerToys.Settings.UI.Runner.exe");
// executable_path.append(L"\\PowerToysSettings.exe");

// Arg 2: pipe server. Generate unique names for the pipes, if getting a UUID is possible.
std::wstring powertoys_pipe_name(L"\\\\.\\pipe\\powertoys_runner_");
Expand Down

0 comments on commit cc52663

Please sign in to comment.