Remove unused code

This commit is contained in:
Rob Cutmore 2017-04-06 19:56:18 -04:00
parent 84bad9316d
commit 0ff56677f6
2 changed files with 0 additions and 9 deletions

View file

@ -637,11 +637,6 @@ namespace CSVRender
mInitialized = false;
}
void OrbitCameraController::onActivate()
{
mInitialized = false;
}
void OrbitCameraController::initialize()
{
static const int DefaultStartDistance = 10000.f;

View file

@ -63,8 +63,6 @@ namespace CSVRender
protected:
virtual void onActivate(){}
void addShortcut(CSMPrefs::Shortcut* shortcut);
private:
@ -164,8 +162,6 @@ namespace CSVRender
private:
void onActivate();
void initialize();
void rotateHorizontal(double value);