mirror of https://github.com/GNOME/gimp.git
Taking out unimplemented gimp_dynamics_load for now
This commit is contained in:
parent
460bf0ecdd
commit
9fa9f41106
|
@ -542,7 +542,8 @@ gimp_real_initialize (Gimp *gimp,
|
|||
|
||||
static const GimpDataFactoryLoaderEntry dynamics_loader_entries[] =
|
||||
{
|
||||
{ gimp_dynamics_load, GIMP_DYNAMICS_FILE_EXTENSION, FALSE }
|
||||
/*TODO: Dynamics need savers and loaders*/
|
||||
{ gimp_pattern_load, GIMP_PATTERN_FILE_EXTENSION, FALSE }
|
||||
};
|
||||
|
||||
static const GimpDataFactoryLoaderEntry pattern_loader_entries[] =
|
||||
|
|
Loading…
Reference in New Issue