From 19a1049830d57cd8507e0395efa369cf52a73c94 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 24 Jun 2007 14:11:38 +0000 Subject: [PATCH] Remove unused function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23654 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/font_load_ft.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/libvo/font_load_ft.c b/libvo/font_load_ft.c index b545eda853..97d6cc6a69 100644 --- a/libvo/font_load_ft.c +++ b/libvo/font_load_ft.c @@ -454,22 +454,6 @@ void blur( } } -// Gaussian matrix -static unsigned gmatrix(unsigned char *m, int r, int w, double const A) { - unsigned volume = 0; // volume under Gaussian area is exactly -pi*base/A - int mx, my; - - for (my = 0; my