1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-17 02:42:45 +00:00

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);