(RMenu XUI) Clean up unused str_buffer

This commit is contained in:
twinaphex 2014-10-10 19:58:36 +02:00
parent e50958a096
commit 24865759ff

View File

@ -121,7 +121,6 @@ CREATE_CLASS(CRetroArchMain, L"RetroArchMain");
CRetroArch app;
wchar_t strw_buffer[PATH_MAX];
char str_buffer[PATH_MAX];
/* Register custom classes */
HRESULT CRetroArch::RegisterXuiClasses (void)