diff --git a/src/ScreenBookkeeping.cpp b/src/ScreenBookkeeping.cpp index afdc0f98d4..18d4048c0f 100644 --- a/src/ScreenBookkeeping.cpp +++ b/src/ScreenBookkeeping.cpp @@ -66,8 +66,6 @@ void ScreenBookkeeping::Init() void ScreenBookkeeping::Update( float fDelta ) { - UpdateView(); // refresh so that counts change in real-time - ScreenWithMenuElements::Update( fDelta ); }