From 4d9f583386d0f281f00da3d2b9ee2af704ec6480 Mon Sep 17 00:00:00 2001 From: Jean-Philip Desjardins Date: Wed, 6 Nov 2024 08:25:48 -0500 Subject: [PATCH] Remove unused definition. --- Source/ui_shared/BootablesProcesses.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/ui_shared/BootablesProcesses.h b/Source/ui_shared/BootablesProcesses.h index d322f67b2c..6176f028c6 100644 --- a/Source/ui_shared/BootablesProcesses.h +++ b/Source/ui_shared/BootablesProcesses.h @@ -3,7 +3,6 @@ #include "filesystem_def.h" #include -bool IsBootableArcadeDefPath(const fs::path&); bool DoesBootableExist(const fs::path&); bool TryRegisterBootable(const fs::path&); bool TryUpdateLastBootedTime(const fs::path&);