freebsd-ports/devel/goffice1/files/patch-plugins_plot_radar_gog-radar.c
Joe Marcus Clarke 184dfdbd43 Resurrect goffice-0.2.2 as goffice1 after a repocopy from devel/goffice.
The goffice-1 API is still required by a few ports.
2007-03-25 15:57:41 +00:00

15 lines
423 B
C

--- plugins/plot_radar/gog-radar.c.orig Sat Dec 16 23:54:55 2006
+++ plugins/plot_radar/gog-radar.c Sun Dec 17 00:05:35 2006
@@ -386,12 +386,6 @@ GSF_DYNAMIC_CLASS (GogPolarPlot, gog_pol
typedef GogPlotView GogRTView;
typedef GogPlotViewClass GogRTViewClass;
-static double
-fmin (double a, double b)
-{
- return (a < b) ? a : b;
-}
-
static void
gog_rt_view_render (GogView *view, GogViewAllocation const *bbox)
{