diff --git a/system/hrpc/hrpc.hpp b/system/hrpc/hrpc.hpp index 77e85cd9919..479d244fd8f 100644 --- a/system/hrpc/hrpc.hpp +++ b/system/hrpc/hrpc.hpp @@ -193,27 +193,6 @@ struct HRPCcallframe Mutex *sync; }; - -extern "C" { - -interface HRPCI_Clarion_Module -{ - virtual void _stdcall Link() const=0; - virtual int _stdcall Release() const=0; - virtual void _stdcall FreeMem(void *ref)=0; -}; - -interface HRPCI_Clarion_Transport -{ - virtual void _stdcall Link() const =0; - virtual int _stdcall Release() const =0; - virtual IHRPCtransport * _stdcall GetTransport()=0; -}; - -} - - - // ---------------------------------------------- enum HRPC_ERROR_CODES {