app: remove prototype for non-existing gimp_draw_tool_set_transform()

This commit is contained in:
Michael Natterer 2010-09-22 21:02:38 +02:00
parent 24654e0df3
commit 5722345cc7
1 changed files with 0 additions and 3 deletions

View File

@ -67,9 +67,6 @@ void gimp_draw_tool_resume (GimpDrawTool *draw_tool)
gboolean gimp_draw_tool_is_drawn (GimpDrawTool *draw_tool);
void gimp_draw_tool_set_transform (GimpDrawTool *draw_tool,
GimpMatrix3 *transform);
gdouble gimp_draw_tool_calc_distance (GimpDrawTool *draw_tool,
GimpDisplay *display,
gdouble x1,