Fix style issues from recent commits

This commit is contained in:
Rémi Verschelde 2019-03-03 12:45:20 +01:00
parent c0e1c66e3d
commit 467f18b738
3 changed files with 2 additions and 3 deletions

View file

@ -353,7 +353,6 @@ String DirAccessWindows::get_filesystem_type() const {
ERR_FAIL_COND_V(unit_end == -1, String());
String unit = path.substr(0, unit_end + 1) + "\\";
WCHAR szVolumeName[100];
WCHAR szFileSystemName[10];
DWORD dwSerialNumber = 0;