summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2017-01-04 03:02:55 +0100
committerGitHub <noreply@github.com>2017-01-04 03:02:55 +0100
commit36ced29a51a054bc5e90f4a295d2de027e88a002 (patch)
tree8204ce276d0497e83ea9cfa087daf76a48b4bb78 /Source/Core
parent0e279b6312c021ed94a348b7dd31c718833b1716 (diff)
parent5518c6625b15d79d4926ab01f034bd1f3de36474 (diff)
Merge pull request #4604 from lioncash/global
PatchEngine: Get rid of a global variable
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/PatchEngine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/Core/PatchEngine.h b/Source/Core/Core/PatchEngine.h
index c7d3c9b838..2d70bf4cf8 100644
--- a/Source/Core/Core/PatchEngine.h
+++ b/Source/Core/Core/PatchEngine.h
@@ -66,5 +66,4 @@ inline int GetPatchTypeCharLength(PatchType type)
return size;
}
-} // namespace
-extern std::vector<PatchEngine::Patch> onFrame;
+} // namespace PatchEngine