mirror of https://github.com/axmolengine/axmol.git
Fix : remove unused params from header file
This commit is contained in:
parent
6f26a7b983
commit
1b74bc279a
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue