Lots of improvements on dynamics

This commit is contained in:
Alexia Death
2009-10-03 18:53:25 +03:00
parent 6581893616
commit 3a041ad252
14 changed files with 95 additions and 638 deletions

View File

@ -170,10 +170,6 @@ gimp_dynamics_editor_set_data (GimpDataEditor *editor,
gimp_view_set_viewable (GIMP_VIEW (editor->view), GIMP_VIEWABLE (data));
if (editor->data && GIMP_IS_DYNAMICS (editor->data))
{
GimpDynamics *options = GIMP_DYNAMICS (editor->data);
}
}