mirror of https://github.com/axmolengine/axmol.git
Merge pull request #2625 from guanqun/current-master
remove the un-used static variable in PluginUtilsIOS
This commit is contained in:
commit
9a36d8080a
|
@ -28,8 +28,6 @@ THE SOFTWARE.
|
|||
|
||||
namespace cocos2d { namespace plugin {
|
||||
|
||||
static PluginProtocol* s_pPluginInstance = NULL;
|
||||
|
||||
bool PluginUtilsIOS::initOCPlugin(PluginProtocol* pPlugin, const char* className)
|
||||
{
|
||||
return_val_if_fails(className != NULL && strlen(className) > 0, false);
|
||||
|
|
Loading…
Reference in New Issue