Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2022-01-27 19:37:11 +0300
committerRay Molenkamp <github@lazydodo.com>2022-01-27 19:37:11 +0300
commit32a96b80a349f30a878d82aaa1ed1ed574cef277 (patch)
tree1932196be822966847967d2e75a6577e14a14b38
parent25ac6aa5e4365f7b9467753b9fbc2c7ee4b636b7 (diff)
Cleanup: Remove unused variables in winstuff.c
This clears up 4 unused variable warnings coming from BLI_windows_register_blend_extension
-rw-r--r--source/blender/blenlib/intern/winstuff.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenlib/intern/winstuff.c b/source/blender/blenlib/intern/winstuff.c
index 11345fc7242..d454ec6fea6 100644
--- a/source/blender/blenlib/intern/winstuff.c
+++ b/source/blender/blenlib/intern/winstuff.c
@@ -79,10 +79,6 @@ bool BLI_windows_register_blend_extension(const bool background)
char buffer[256];
char BlPath[MAX_PATH];
- char InstallDir[FILE_MAXDIR];
- char SysDir[FILE_MAXDIR];
- const char *ThumbHandlerDLL;
- char RegCmd[MAX_PATH * 2];
char MBox[256];
char *blender_app;
# ifndef _WIN64