[gimp] plug-ins: remove the color-rotate plug-in



commit 7438d5bd0413ad7b88843c710351c114be2a91cc
Author: Michael Natterer <mitch gimp org>
Date:   Fri May 30 01:37:39 2014 +0200

    plug-ins: remove the color-rotate plug-in

 configure.ac                                      |    2 -
 plug-ins/Makefile.am                              |    1 -
 plug-ins/color-rotate/.gitignore                  |    7 -
 plug-ins/color-rotate/Makefile.am                 |   62 --
 plug-ins/color-rotate/color-rotate-callbacks.c    |  599 -----------------
 plug-ins/color-rotate/color-rotate-callbacks.h    |  132 ----
 plug-ins/color-rotate/color-rotate-dialog.c       |  710 ---------------------
 plug-ins/color-rotate/color-rotate-dialog.h       |   46 --
 plug-ins/color-rotate/color-rotate-draw.c         |  191 ------
 plug-ins/color-rotate/color-rotate-draw.h         |   61 --
 plug-ins/color-rotate/color-rotate-stock.c        |   98 ---
 plug-ins/color-rotate/color-rotate-stock.h        |   31 -
 plug-ins/color-rotate/color-rotate-utils.c        |  481 --------------
 plug-ins/color-rotate/color-rotate-utils.h        |   76 ---
 plug-ins/color-rotate/color-rotate.c              |  285 ---------
 plug-ins/color-rotate/color-rotate.h              |  136 ----
 plug-ins/color-rotate/images/.gitignore           |    4 -
 plug-ins/color-rotate/images/Makefile.am          |   23 -
 plug-ins/color-rotate/images/color-rotate-360.png |  Bin 227 -> 0 bytes
 plug-ins/color-rotate/images/color-rotate-a-b.png |  Bin 240 -> 0 bytes
 plug-ins/color-rotate/images/color-rotate-ccw.png |  Bin 227 -> 0 bytes
 plug-ins/color-rotate/images/color-rotate-cw.png  |  Bin 233 -> 0 bytes
 22 files changed, 0 insertions(+), 2945 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b841c02..67d69d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2203,8 +2203,6 @@ build/windows/Makefile
 build/windows/gimp.rc
 build/windows/gimp-plug-ins.rc
 plug-ins/Makefile
-plug-ins/color-rotate/Makefile
-plug-ins/color-rotate/images/Makefile
 plug-ins/file-bmp/Makefile
 plug-ins/file-compressor/Makefile
 plug-ins/file-exr/Makefile
diff --git a/plug-ins/Makefile.am b/plug-ins/Makefile.am
index 8c1b87c..91d26d6 100644
--- a/plug-ins/Makefile.am
+++ b/plug-ins/Makefile.am
@@ -37,7 +37,6 @@ endif
 SUBDIRS = \
        $(script_fu)            \
        $(pygimp)               \
-       color-rotate            \
        file-bmp                \
        file-compressor         \
        $(file_exr)             \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]