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
-8
View File
@@ -34,14 +34,6 @@
using std::string;
string GetUsername()
{
char buf[256] = {0};
getlogin_r(buf, 255);
return string(buf, buf + strlen(buf));
}
void DisplayRendererPreview(ReplayRenderer *renderer, TextureDisplay &displayCfg, uint32_t width,
uint32_t height)
{