[gimp] libgimp: remove gimppixelfetcher.[ch] it was deprecated and now unused



commit eb11aefa206f102f7f5bd9044c63576fc4b44125
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jul 8 21:27:33 2019 +0200

    libgimp: remove gimppixelfetcher.[ch] it was deprecated and now unused
    
    except for pygimp, but that's another pile to port to GEGL anyway and
    isn't built currently.

 libgimp/Makefile.am        |   3 -
 libgimp/gimp.def           |   5 -
 libgimp/gimp.h             |   1 -
 libgimp/gimppixelfetcher.c | 305 ---------------------------------------------
 libgimp/gimppixelfetcher.h |  73 -----------
 5 files changed, 387 deletions(-)
---
diff --git a/libgimp/Makefile.am b/libgimp/Makefile.am
index 5efd134cd5..0a5ee72f66 100644
--- a/libgimp/Makefile.am
+++ b/libgimp/Makefile.am
@@ -228,8 +228,6 @@ libgimp_sources = \
        gimppatternselect.h     \
        gimppixbuf.c            \
        gimppixbuf.h            \
-       gimppixelfetcher.c      \
-       gimppixelfetcher.h      \
        gimppixelrgn.c          \
        gimppixelrgn.h          \
        gimpplugin.c            \
@@ -321,7 +319,6 @@ gimpinclude_HEADERS = \
        gimplayer.h                     \
        gimppaletteselect.h             \
        gimppatternselect.h             \
-       gimppixelfetcher.h              \
        gimppixelrgn.h                  \
        gimpplugin.h                    \
        gimpproceduraldb.h              \
diff --git a/libgimp/gimp.def b/libgimp/gimp.def
index 78d0c2ce44..a82be2273f 100644
--- a/libgimp/gimp.def
+++ b/libgimp/gimp.def
@@ -588,11 +588,6 @@ EXPORTS
        gimp_patterns_refresh
        gimp_patterns_set_popup
        gimp_pencil
-       gimp_pixel_fetcher_destroy
-       gimp_pixel_fetcher_get_pixel
-       gimp_pixel_fetcher_new
-       gimp_pixel_fetcher_put_pixel
-       gimp_pixel_fetcher_set_edge_mode
        gimp_pixel_rgn_get_col
        gimp_pixel_rgn_get_pixel
        gimp_pixel_rgn_get_rect
diff --git a/libgimp/gimp.h b/libgimp/gimp.h
index c3a1be009b..2a7395cef4 100644
--- a/libgimp/gimp.h
+++ b/libgimp/gimp.h
@@ -47,7 +47,6 @@
 #include <libgimp/gimppaletteselect.h>
 #include <libgimp/gimppatternselect.h>
 #include <libgimp/gimppixbuf.h>
-#include <libgimp/gimppixelfetcher.h>
 #include <libgimp/gimppixelrgn.h>
 #include <libgimp/gimpplugin.h>
 #include <libgimp/gimpproceduraldb.h>


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