mirror of https://github.com/GNOME/gimp.git
app: cosmetic cleanup
This commit is contained in:
parent
b1d6f1b0fd
commit
5bd1b318af
|
@ -73,7 +73,6 @@ typedef struct _GimpItemPrivate GimpItemPrivate;
|
|||
|
||||
struct _GimpItemPrivate
|
||||
{
|
||||
|
||||
gint ID; /* provides a unique ID */
|
||||
guint32 tattoo; /* provides a permanent ID */
|
||||
|
||||
|
|
|
@ -67,8 +67,8 @@ struct _GimpViewablePrivate
|
|||
};
|
||||
|
||||
#define GET_PRIVATE(viewable) G_TYPE_INSTANCE_GET_PRIVATE (viewable, \
|
||||
GIMP_TYPE_VIEWABLE, \
|
||||
GimpViewablePrivate)
|
||||
GIMP_TYPE_VIEWABLE, \
|
||||
GimpViewablePrivate)
|
||||
|
||||
|
||||
static void gimp_viewable_config_iface_init (GimpConfigInterface *iface);
|
||||
|
|
Loading…
Reference in New Issue