switched graphics library from arts to cairo+pango
[rrdtool.git] / src / art_rgba_svp.h
diff --git a/src/art_rgba_svp.h b/src/art_rgba_svp.h
deleted file mode 100644 (file)
index 406cced..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef SP_ART_RGBA_SVP_H
-#define SP_ART_RGBA_SVP_H
-
-#include <libart_lgpl/art_misc.h>
-#include <libart_lgpl/art_alphagamma.h>
-#include <libart_lgpl/art_affine.h>
-#include <libart_lgpl/art_svp.h>
-#include <libart_lgpl/art_uta.h>
-
-void      gnome_print_art_rgba_svp_alpha(
-    const ArtSVP * svp,
-    int x0,
-    int y0,
-    int x1,
-    int y1,
-    art_u32 rgba,
-    art_u8 * buf,
-    int rowstride,
-    ArtAlphaGamma * alphagamma);
-
-#endif                          /* SP_ART_RGBA_SVP_H */