diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-10-29 22:25:16 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-10-29 22:25:16 -0400 |
| commit | 319f97bb56cc8d6835a69f6673e09a4c81efdb36 (patch) | |
| tree | d38ce4eed4d98ddf53dfcd26480665b02badc5ba /Source/Core | |
| parent | 67452c53f1e439236f856473e4d0f18ba8ba241a (diff) | |
BootManager: Get rid of unnecessary forward declaration
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/BootManager.h | 2 |
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); |
