small code cleanup in rasterizer

This commit is contained in:
Peter Larabell
2012-06-02 00:16:23 +00:00
parent db7fd6b94c
commit fea490c73e

View File

@@ -50,7 +50,6 @@ extern "C" {
int PLX_raskterize(float (*base_verts)[2], int num_base_verts,
float *buf, int buf_x, int buf_y);
int PLX_add_feather(float *base_verts, int num_base_verts, float *feather_verts, int num_feather_verts, float *buf, int buf_x, int buf_y, int negaive);
int PLX_raskterize_feather(float (*base_verts)[2], int num_base_verts,
float (*feather_verts)[2], int num_feather_verts,
float *buf, int buf_x, int buf_y);