app: don't call gimp_free_select_tool_select() from FG select

It doesn't serve any purpose since its implementation doesn't
do anything in FREE_SELECT mode.
This commit is contained in:
Michael Natterer 2014-04-17 01:42:38 +02:00
parent 61aaa11158
commit 05abd5a37d
1 changed files with 0 additions and 2 deletions

View File

@ -527,8 +527,6 @@ gimp_foreground_select_tool_button_release (GimpTool *tool,
else
gimp_foreground_select_tool_set_trimap (fg_select, display);
gimp_free_select_tool_select (GIMP_FREE_SELECT_TOOL (tool), display);
gimp_draw_tool_resume (GIMP_DRAW_TOOL (tool));
}
}