diff --git a/ChangeLog b/ChangeLog index 13698744d5..68f28f6136 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-13 Sven Neumann + + * data/brushes/Makefile.am + * data/brushes/thegimp.gbr + * data/brushes/xcf.gbr: removed two legacy brushes. + 2007-03-13 Raphaƫl Quinet * plug-ins/script-fu/script-fu-console.c: Fix for bug #417467 diff --git a/data/brushes/Makefile.am b/data/brushes/Makefile.am index 052b35c3f6..282daefef9 100644 --- a/data/brushes/Makefile.am +++ b/data/brushes/Makefile.am @@ -48,8 +48,6 @@ brushdata_DATA = \ hsparks.gih \ pepper.gbr \ pixel.gbr \ - thegimp.gbr \ - vine.gih \ - xcf.gbr + vine.gih EXTRA_DIST = $(brushdata_DATA) diff --git a/data/brushes/thegimp.gbr b/data/brushes/thegimp.gbr deleted file mode 100644 index ca89e3e62d..0000000000 Binary files a/data/brushes/thegimp.gbr and /dev/null differ diff --git a/data/brushes/xcf.gbr b/data/brushes/xcf.gbr deleted file mode 100644 index 32b2608904..0000000000 Binary files a/data/brushes/xcf.gbr and /dev/null differ