summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-03-03 12:45:20 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-03-03 12:45:20 +0100
commit467f18b738d0eabf57f6dddf333869a155b6906a (patch)
tree66f018ee2954f1acb9c3a37653be546b98441446 /drivers
parentc0e1c66e3def1383fb373454fe98de228b153159 (diff)
Fix style issues from recent commits
Diffstat (limited to 'drivers')
-rw-r--r--drivers/windows/dir_access_windows.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/windows/dir_access_windows.cpp b/drivers/windows/dir_access_windows.cpp
index c5f078ccfb..2f705ec87d 100644
--- a/drivers/windows/dir_access_windows.cpp
+++ b/drivers/windows/dir_access_windows.cpp
@@ -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;