mirror of https://github.com/axmolengine/axmol.git
Removed unused variable which caused Linux build to fail
This commit is contained in:
parent
3f7c506638
commit
94eef4d235
|
@ -409,7 +409,7 @@ void CCUserDefault::setDataForKey(const char* pKey, const CCData& value) {
|
|||
|
||||
char *encodedData = 0;
|
||||
|
||||
int enclodedDataLen = base64Encode(value.getBytes(), value.getSize(), &encodedData);
|
||||
base64Encode(value.getBytes(), value.getSize(), &encodedData);
|
||||
|
||||
setValueForKey(pKey, encodedData);
|
||||
|
||||
|
|
Loading…
Reference in New Issue