grim/libgnt

Remove GNTSEAL; we are now 100% gobject-ified.

2019-05-10, Elliott Sales de Andrade
ce8c67239424
Parents c170d9e55711
Children e2eea8c6bc4a
Remove GNTSEAL; we are now 100% gobject-ified.
  • +0 -8
    gnt.h.in
  • +0 -8
    gntwidget.h
  • --- a/gnt.h.in Sat May 11 01:00:16 2019 +0000
    +++ b/gnt.h.in Fri May 10 23:05:39 2019 -0400
    @@ -37,14 +37,6 @@
    #define NCURSES_WIDECHAR @NCURSES_WIDECHAR@
    #include <@NCURSES_HEADER@>
    -#ifndef GNTSEAL
    -# if defined(GNTSEAL_ENABLE)
    -# define GNTSEAL(ident) _gnt_sealed__ ## ident
    -# else
    -# define GNTSEAL(ident) ident
    -# endif
    -#endif /* !GNTSEAL */
    -
    #include "gntwidget.h"
    #include "gntclipboard.h"
    #include "gntcolors.h"
    --- a/gntwidget.h Sat May 11 01:00:16 2019 +0000
    +++ b/gntwidget.h Fri May 10 23:05:39 2019 -0400
    @@ -32,14 +32,6 @@
    #include <stdio.h>
    #include <glib.h>
    -#ifndef GNTSEAL
    -# if defined(GNTSEAL_ENABLE)
    -# define GNTSEAL(ident) _gnt_sealed__ ## ident
    -# else
    -# define GNTSEAL(ident) ident
    -# endif
    -#endif /* !GNTSEAL */
    -
    #include "gntbindable.h"
    /* XXX: This will probably move elsewhere */