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:
authorCampbell Barton <ideasman42@gmail.com>2014-07-12 10:48:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-07-12 10:48:52 +0400
commitc04f301fc3bf5a21413bb0962c199f8eb49fbdaf (patch)
tree6ee5d8dca3c6ecd3fb0ad8d2e23c55468bbf8888 /source/blender/editors/screen
parent5e3e095e2e474bbcba0060cb13f2869548091cd8 (diff)
Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)
Diffstat (limited to 'source/blender/editors/screen')
-rw-r--r--source/blender/editors/screen/area.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 1727f38c4b3..400dd6fc28e 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -1766,9 +1766,7 @@ void ED_region_panels(const bContext *C, ARegion *ar, int vertical, const char *
break;
}
}
-
- BLI_SMALLSTACK_FREE(pt_stack);
-
+
/* clear */
if (ar->overlap) {
/* view should be in pixelspace */