From 9b6041d8189653514e87135e2139fd9a0934c9bf Mon Sep 17 00:00:00 2001 From: Mathieu Vaillancourt Date: Fri, 4 Apr 2014 23:24:09 -0400 Subject: Remove Core::GetState(). Use new ARM_Interface instead. --- src/core/src/core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core') diff --git a/src/core/src/core.h b/src/core/src/core.h index f41daca6a..2e7b355f2 100644 --- a/src/core/src/core.h +++ b/src/core/src/core.h @@ -55,8 +55,6 @@ void Stop(); /// Initialize the core int Init(); -ARMul_State* GetState(); - } // namespace //////////////////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3