Merge pull request #2625 from guanqun/current-master

remove the un-used static variable in PluginUtilsIOS
This commit is contained in:
James Chen 2013-05-23 19:34:55 -07:00
commit 9a36d8080a
1 changed files with 0 additions and 2 deletions

View File

@ -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);