# HG changeset patch # User reimar # Date 1182694298 0 # Node ID 8cd44c7487fcbd4a66e6f9c73df30dd69d49bb21 # Parent 7c5417ab16d4df66cd1a71df9685429657a37471 Remove unused function. diff -r 7c5417ab16d4 -r 8cd44c7487fc libvo/font_load_ft.c --- a/libvo/font_load_ft.c Sun Jun 24 14:09:53 2007 +0000 +++ b/libvo/font_load_ft.c Sun Jun 24 14:11:38 2007 +0000 @@ -454,22 +454,6 @@ } } -// 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