Remove unused GetUsername() function

This commit is contained in:
baldurk
2016-07-12 19:39:41 +02:00
parent 2b5e37b442
commit 99c0177cd9
5 changed files with 0 additions and 31 deletions
-5
View File
@@ -42,11 +42,6 @@ using std::string;
struct android_app *android_state;
string GetUsername()
{
return string("Username");
}
void DisplayRendererPreview(ReplayRenderer *renderer, TextureDisplay &displayCfg, uint32_t width,
uint32_t height)
{