Cleanup: comments

This commit is contained in:
2019-04-12 00:58:54 +10:00
parent 8091e39d22
commit 986329b4c4
2 changed files with 6 additions and 2 deletions

View File

@@ -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)) {