diff options
Diffstat (limited to 'Source/Memory.h')
-rw-r--r-- | Source/Memory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index 601b233..e093960 100644 --- a/Source/Memory.h +++ b/Source/Memory.h | |||
@@ -91,7 +91,6 @@ public: | |||
91 | return ReadData<T>({ GLOBALS, 0x18, panel * 8, offset }, size); | 91 | return ReadData<T>({ GLOBALS, 0x18, panel * 8, offset }, size); |
92 | } | 92 | } |
93 | 93 | ||
94 | static int GLOBALS; | ||
95 | private: | 94 | private: |
96 | template<class T> | 95 | template<class T> |
97 | std::vector<T> ReadData(const std::vector<int>& offsets, size_t numItems) { | 96 | std::vector<T> ReadData(const std::vector<int>& offsets, size_t numItems) { |