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>2020-04-18 03:20:16 +0300
committerRay Molenkamp <github@lazydodo.com>2020-04-18 03:20:16 +0300
commitf96a689b3be2bc6c4497b9e116864abbcbfe8657 (patch)
tree93e7ce5344b0bec24f0b16acc405f5f2bff0f743 /source/blender/windowmanager
parent0fe8239470ac2bda7c09078160e11d10ee13dc69 (diff)
parent8fd9516a716cdbec4c939572dd419f9e28c1351a (diff)
Merge remote-tracking branch 'origin/blender-v2.83-release'
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_splash_screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_splash_screen.c b/source/blender/windowmanager/intern/wm_splash_screen.c
index 613ac5938bd..f209a2f31a3 100644
--- a/source/blender/windowmanager/intern/wm_splash_screen.c
+++ b/source/blender/windowmanager/intern/wm_splash_screen.c
@@ -254,7 +254,6 @@ static ImBuf *wm_block_splash_image(int width, int *r_height)
return ibuf;
#else
- UNUSED_VARS(r_unit_size);
return NULL;
#endif
}