From 5ac36b8babff8e0a67c9f0f0b5be3b8f433a0158 Mon Sep 17 00:00:00 2001 From: Carlos Ramirez Date: Sat, 22 Jan 2022 23:48:46 +0100 Subject: [PATCH] Code clean up --- DistroLauncher/DistributionInfo.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/DistroLauncher/DistributionInfo.cpp b/DistroLauncher/DistributionInfo.cpp index 8f039c0..5329a9d 100644 --- a/DistroLauncher/DistributionInfo.cpp +++ b/DistroLauncher/DistributionInfo.cpp @@ -5,8 +5,6 @@ #include "stdafx.h" -void RunProcess(LPWSTR cmdline); - bool DistributionInfo::CreateUser(std::wstring_view userName) { // Create the user account.