Skip to content

Commit

Permalink
Remove remnant of gmic
Browse files Browse the repository at this point in the history
This was moved to a plugin with commit 927b2d7.
  • Loading branch information
kleisauke committed Apr 22, 2021
1 parent 74471ba commit 221a5f7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 55 deletions.
1 change: 0 additions & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ EXTRA_HFILES=

IGNORE_VIPS_INCLUDE = \
almostdeprecated.h \
cimg_funcs.h \
deprecated.h \
vips7compat.h \
dispatch.h \
Expand Down
1 change: 0 additions & 1 deletion libvips/include/vips/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pkginclude_HEADERS = \
mosaicing.h \
create.h \
video.h \
cimg_funcs.h \
object.h \
private.h \
rect.h \
Expand Down
51 changes: 0 additions & 51 deletions libvips/include/vips/cimg_funcs.h

This file was deleted.

1 change: 0 additions & 1 deletion libvips/include/vips/vips.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ extern "C" {
#include <vips/draw.h>
#include <vips/create.h>
#include <vips/video.h>
#include <vips/cimg_funcs.h>

/* We can't use _ here since this will be compiled by our clients and they may
* not have _().
Expand Down
1 change: 0 additions & 1 deletion po/POTFILES.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cplusplus/include/vips/VInterpolate8.h
libvips/include/vips/arithmetic.h
libvips/include/vips/basic.h
libvips/include/vips/buf.h
libvips/include/vips/cimg_funcs.h
libvips/include/vips/colour.h
libvips/include/vips/connection.h
libvips/include/vips/conversion.h
Expand Down

0 comments on commit 221a5f7

Please sign in to comment.