summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorskidau <skidau@gmail.com>2014-11-01 12:25:55 +1100
committerskidau <skidau@gmail.com>2014-11-01 12:25:55 +1100
commitdffbcf275bf4cd62f4443b84adee004c94906534 (patch)
treecddc69ca05e8fd4b093cab6c606c1acf55dce35c /Source
parent8f9904f7033c3a14d4f2619e17cd942b2906cd70 (diff)
parent319f97bb56cc8d6835a69f6673e09a4c81efdb36 (diff)
Merge pull request #1441 from lioncash/fwd
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);