From c63baa388b4bca09ec8393d9d7508e6dd9639e5a Mon Sep 17 00:00:00 2001 From: Dhilan007 Date: Tue, 1 Apr 2014 15:10:24 +0800 Subject: [PATCH] remove unused local variable. --- cocos/2d/CCLabel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cocos/2d/CCLabel.cpp b/cocos/2d/CCLabel.cpp index 8c7c8bbefd..3dc65012ac 100644 --- a/cocos/2d/CCLabel.cpp +++ b/cocos/2d/CCLabel.cpp @@ -926,7 +926,6 @@ void Label::onDraw(const kmMat4& transform, bool transformUpdated) _shaderProgram->use(); GL::blendFunc( _blendFunc.src, _blendFunc.dst ); - bool trans = false; if (_currentLabelType == LabelType::TTF) {