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/filter.c')
-rw-r--r--source/blender/imbuf/intern/filter.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/imbuf/intern/filter.c b/source/blender/imbuf/intern/filter.c
index decbfd6d5b9..da64403de44 100644
--- a/source/blender/imbuf/intern/filter.c
+++ b/source/blender/imbuf/intern/filter.c
@@ -42,10 +42,6 @@
#include "imbuf.h"
-/************************************************************************/
-/* FILTERS */
-/************************************************************************/
-
static void filtrow(unsigned char *point, int x)
{
unsigned int c1, c2, c3, error;