qulogic/libgnt

Remove unused GntParamFlags and GNT_PARAM_SERIALIZABLE.

2019-05-13, Elliott Sales de Andrade
9af04a6e29e6
Parents a69fa9089667
Children 132dac18b828
Remove unused GntParamFlags and GNT_PARAM_SERIALIZABLE.
  • +0 -6
    gntwidget.h
  • --- a/gntwidget.h Mon May 13 15:51:48 2019 +0000
    +++ b/gntwidget.h Mon May 13 23:24:41 2019 -0400
    @@ -45,12 +45,6 @@
    GNT_MOUSE_SCROLL_DOWN
    } GntMouseEvent;
    -/* XXX: I'll have to ask grim what he's using this for in guifications. */
    -typedef enum
    -{
    - GNT_PARAM_SERIALIZABLE = 1 << G_PARAM_USER_SHIFT
    -} GntParamFlags;
    -
    G_BEGIN_DECLS
    #define GNT_TYPE_WIDGET gnt_widget_get_type()