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:
authorTon Roosendaal <ton@blender.org>2006-01-28 23:17:48 +0300
committerTon Roosendaal <ton@blender.org>2006-01-28 23:17:48 +0300
commit240e25ab652492ad8e0a713b3907aa490b1a70b3 (patch)
tree583502a6fb9983056e0b213605cecc202dfee7e7 /source/blender/src/renderwin.c
parent2fbef6f9c9224450f4de567466c5b573dc1ec062 (diff)
Cleanup of blender/ module; Makefiles now compile this warning free.
Mostly was unused variables, unused functions, missing prototypes and missing include files.
Diffstat (limited to 'source/blender/src/renderwin.c')
-rw-r--r--source/blender/src/renderwin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/renderwin.c b/source/blender/src/renderwin.c
index 921048ff3b0..579dc8b892a 100644
--- a/source/blender/src/renderwin.c
+++ b/source/blender/src/renderwin.c
@@ -958,7 +958,7 @@ static void do_render(int anim)
waitcursor(0); // waitcursor checks rendering R.flag...
}
-
+#if 0
/* used for swapping with spare buffer, when images are different size */
static void scalefastrect(unsigned int *recto, unsigned int *rectn, int oldx, int oldy, int newx, int newy)
{
@@ -982,7 +982,7 @@ static void scalefastrect(unsigned int *recto, unsigned int *rectn, int oldx, in
}
}
}
-
+#endif
/* -------------- API: externally called --------------- */
/* not used anywhere ??? */