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/imbuf/intern/imbuf.h')
-rw-r--r--source/blender/imbuf/intern/imbuf.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/blender/imbuf/intern/imbuf.h b/source/blender/imbuf/intern/imbuf.h
index 1a9334cf714..9af588bf7e2 100644
--- a/source/blender/imbuf/intern/imbuf.h
+++ b/source/blender/imbuf/intern/imbuf.h
@@ -80,20 +80,6 @@
#define calloc(x,y) MEM_callocN((x)*(y), __FILE__)
#define freelist(x) BLI_freelistN(x)
-/*
-bindkey -r f1,'cc -O -c imbuf.c\n'
-
-bindkeyo -r f1,'make paint \n'
-bindkeyo -r f2,'paint /usr/4Dgifts/iristools/images/max5.rgb \n'
-
-bindkey -r f1,'cc paint.c imbuf.c -lgl_s -lm -lfm_s -g -o paint\n'
-bindkey -r f2,'/usr/people/bin/compres /usr/people/pics/0600\n'
-
-compileren met:
-
-lc -Lm -f8 -dAMIGA imbuf
-*/
-
#ifdef SHLIB
void *(*ib_calloc)();
#define calloc(x,y) ib_calloc((x),(y))