Fix : remove unused params from header file

This commit is contained in:
takaken1994 2014-08-04 23:20:47 +09:00
parent 6f26a7b983
commit 1b74bc279a
1 changed files with 1 additions and 13 deletions

View File

@ -293,19 +293,7 @@ protected:
void handleZoom();
Rect getViewRect();
/**
* current zoom scale
*/
float _zoomScale;
/**
* min zoom scale
*/
float _minZoomScale;
/**
* max zoom scale
*/
float _maxZoomScale;
/**
* scroll view delegate
*/