remove imlib_clip_line from lua/imlib2.pkg; the actual code for this (was in rgbadraw...
authorCesare Tirabassi <norsetto@ubuntu.com>
Sun, 26 Jul 2009 17:31:53 +0000 (19:31 +0200)
committerCesare Tirabassi <norsetto@ubuntu.com>
Sun, 26 Jul 2009 17:31:53 +0000 (19:31 +0200)
lua/imlib2.pkg

index 6331f8b..ffffcbf 100644 (file)
@@ -315,9 +315,6 @@ void imlib_apply_color_modifier_to_rectangle(int x, int y, int width,
 Imlib_Updates imlib_image_draw_pixel(int x, int y, char make_updates);
 Imlib_Updates imlib_image_draw_line(int x1, int y1, int x2, int y2,
                char make_updates);
-int imlib_clip_line(int x0, int y0, int x1, int y1, int xmin, int xmax,
-               int ymin, int ymax, int *clip_x0, int *clip_y0,
-               int *clip_x1, int *clip_y1);
 void imlib_image_draw_rectangle(int x, int y, int width, int height);
 void imlib_image_fill_rectangle(int x, int y, int width, int height);
 void imlib_image_copy_alpha_to_image(Imlib_Image image_source, int x,