From Jannik Heller, Removed unused StatsHandler::_keyEventToggleVsync
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14893 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
parent
23cd6d2ba3
commit
ff42ff2a11
@ -93,9 +93,6 @@ class OSGVIEWER_EXPORT StatsHandler : public osgGA::GUIEventHandler
|
|||||||
void setKeyEventPrintsOutStats(int key) { _keyEventPrintsOutStats = key; }
|
void setKeyEventPrintsOutStats(int key) { _keyEventPrintsOutStats = key; }
|
||||||
int getKeyEventPrintsOutStats() const { return _keyEventPrintsOutStats; }
|
int getKeyEventPrintsOutStats() const { return _keyEventPrintsOutStats; }
|
||||||
|
|
||||||
void setKeyEventToggleVSync(int key) { _keyEventToggleVSync = key; }
|
|
||||||
int getKeyEventToggleVSync() const { return _keyEventToggleVSync; }
|
|
||||||
|
|
||||||
double getBlockMultiplier() const { return _blockMultiplier; }
|
double getBlockMultiplier() const { return _blockMultiplier; }
|
||||||
|
|
||||||
void reset();
|
void reset();
|
||||||
@ -172,7 +169,6 @@ protected:
|
|||||||
|
|
||||||
int _keyEventTogglesOnScreenStats;
|
int _keyEventTogglesOnScreenStats;
|
||||||
int _keyEventPrintsOutStats;
|
int _keyEventPrintsOutStats;
|
||||||
int _keyEventToggleVSync;
|
|
||||||
|
|
||||||
int _statsType;
|
int _statsType;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user