Removed dead code and removed static file scope page variable.

This commit is contained in:
emb
2015-01-01 16:50:43 -06:00
parent c9ab172865
commit 1a9fdabd63
2 changed files with 12 additions and 40 deletions

View File

@@ -42,11 +42,10 @@ private:
};
void Render();
bool ItemSelected();
bool Back(bool &exit);
void Quit();
Page *LoadPage(std::string collectionName);
RETROFE_STATE ProcessUserInput();
RETROFE_STATE ProcessUserInput(Page *page);
void Update(float dt, bool scrollActive);
std::string GetLayout(std::string collectionName);
std::vector<Item *> *GetCollection(std::string collectionName);