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:
Diffstat (limited to 'source/blender/src/drawimasel.c')
-rw-r--r--source/blender/src/drawimasel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/src/drawimasel.c b/source/blender/src/drawimasel.c
index 0058019c491..e0116459eff 100644
--- a/source/blender/src/drawimasel.c
+++ b/source/blender/src/drawimasel.c
@@ -424,9 +424,6 @@ static void str_image_type(int ftype, char *name)
#ifdef WITH_QUICKTIME
if( ftype & QUICKTIME ) { strcat(name, "quicktime "); }
#endif
-#ifdef WITH_FREEIMAGE
- if( ftype & FREEIMAGE ) { strcat(name, "freeimage "); }
-#endif
}
void draw_sima_area(SpaceImaSel *simasel)