Ups, remove unfinished function from modpython for now.

See #98
This commit is contained in:
Alexey Sokolov
2012-07-22 21:25:25 +07:00
parent 5656e14aa2
commit 03b5d815ee

View File

@@ -122,7 +122,6 @@ public:
virtual EModRet OnModuleUnloading(CModule* pModule, bool& bSuccess, CString& sRetMsg);
virtual EModRet OnGetModInfo(CModInfo& ModInfo, const CString& sModule,
bool& bSuccess, CString& sRetMsg);
virtual void OnGetAvailableMods(set<CModInfo>& ssMods, CModInfo::EModuleType eType);
};
static inline CPyModule* AsPyModule(CModule* p) {