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>2019-04-11 17:58:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-11 18:01:50 +0300
commit986329b4c40b1cb0ef5e6cbd695c45d7bffa97af (patch)
tree95d3d85c85dea536e1ad96156f846b0086a386b8 /source/blender/windowmanager
parent8091e39d22314a0e0bff68f66b7225fbe4a53b20 (diff)
Cleanup: comments
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 0b990be3eec..f4127a6b44b 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -405,7 +405,11 @@ static int wm_read_exotic(const char *name)
retval = BKE_READ_EXOTIC_OK_BLEND;
}
else {
-#if 0 /* historic stuff - no longer used */
+ /* We may want to support loading other file formats
+ * from their header bytes or file extension.
+ * This used to be supported in the code below and may be added
+ * back at some point. */
+#if 0
WM_cursor_wait(true);
if (is_foo_format(name)) {