Remove a stray method declaration

This commit is contained in:
scrawl 2015-11-11 17:24:27 +01:00
parent 79c44d0bfe
commit a68fd791c8

View file

@ -98,8 +98,6 @@ namespace MWRender
bool isFirstPerson() const
{ return !(mVanity.enabled || mPreviewMode || !mFirstPersonView); }
void updateScale();
void processViewChange();
void update(float duration, bool paused=false);