[gimp/gtk3-port: 241/274] libgimpmath: remove all deprecated cruft



commit cf48c2324f1a1631e073a076cdc480cdadec2c3f
Author: Michael Natterer <mitch gimp org>
Date:   Sat Apr 28 21:22:00 2018 +0200

    libgimpmath: remove all deprecated cruft

 libgimpmath/Makefile.am |    3 --
 libgimpmath/gimpmath.h  |    1 -
 libgimpmath/gimpmd5.c   |   53 -----------------------------------------------
 libgimpmath/gimpmd5.h   |   26 -----------------------
 4 files changed, 0 insertions(+), 83 deletions(-)
---
diff --git a/libgimpmath/Makefile.am b/libgimpmath/Makefile.am
index be67ba8..0c34e2d 100644
--- a/libgimpmath/Makefile.am
+++ b/libgimpmath/Makefile.am
@@ -63,8 +63,6 @@ libgimpmath_@GIMP_API_VERSION@_la_SOURCES = \
        gimpmathtypes.h \
        gimpmatrix.c    \
        gimpmatrix.h    \
-       gimpmd5.c       \
-       gimpmd5.h       \
        gimpvector.c    \
        gimpvector.h
 
@@ -72,7 +70,6 @@ libgimpmathinclude_HEADERS = \
        gimpmath.h      \
        gimpmathtypes.h \
        gimpmatrix.h    \
-       gimpmd5.h       \
        gimpvector.h
 
 libgimpmath_@GIMP_API_VERSION@_la_LDFLAGS = \
diff --git a/libgimpmath/gimpmath.h b/libgimpmath/gimpmath.h
index c26acc3..d2c5915 100644
--- a/libgimpmath/gimpmath.h
+++ b/libgimpmath/gimpmath.h
@@ -37,7 +37,6 @@
 #include <libgimpmath/gimpmathtypes.h>
 
 #include <libgimpmath/gimpmatrix.h>
-#include <libgimpmath/gimpmd5.h>
 #include <libgimpmath/gimpvector.h>
 
 #undef __GIMP_MATH_H_INSIDE__


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