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>2020-02-25 08:50:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-25 08:50:06 +0300
commit727d430811e2911167778aa7ab612e810c1990c2 (patch)
treec62de3970e3182fd0cf30522bbf6b61bae1faefb /source/blender/editors
parenta322b43e3d083fd0060db7ced8573b0c96bb6972 (diff)
Cleanup: move deprecated enum into versioning code
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_image/image_ops.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_image/image_ops.c b/source/blender/editors/space_image/image_ops.c
index 6dc4a7f950c..0f9ebfb912c 100644
--- a/source/blender/editors/space_image/image_ops.c
+++ b/source/blender/editors/space_image/image_ops.c
@@ -1980,9 +1980,6 @@ static int image_save_options_init(Main *bmain,
opts->im_format.views_format = ima->views_format;
}
- ///* XXX - this is lame, we need to make these available too! */
- // opts->subimtype = scene->r.subimtype;
-
BLI_strncpy(opts->filepath, ibuf->name, sizeof(opts->filepath));
/* sanitize all settings */