summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-10-29 22:25:16 -0400
committerLioncash <mathew1800@gmail.com>2014-10-29 22:25:16 -0400
commit319f97bb56cc8d6835a69f6673e09a4c81efdb36 (patch)
treed38ce4eed4d98ddf53dfcd26480665b02badc5ba /Source
parent67452c53f1e439236f856473e4d0f18ba8ba241a (diff)
BootManager: Get rid of unnecessary forward declaration
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/BootManager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Core/BootManager.h b/Source/Core/Core/BootManager.h
index 1506c6d6be..bd72c43387 100644
--- a/Source/Core/Core/BootManager.h
+++ b/Source/Core/Core/BootManager.h
@@ -6,8 +6,6 @@
#include <string>
-class GameListItem;
-
namespace BootManager
{
bool BootCore(const std::string& _rFilename);