app: remove two unused forgotten members from struct XcfInfo

This commit is contained in:
Michael Natterer 2014-07-13 01:44:10 +02:00
parent a6601d563b
commit 9e0c55eb04
1 changed files with 0 additions and 2 deletions

View File

@ -101,8 +101,6 @@ struct _XcfInfo
GimpDrawable *floating_sel_drawable;
GimpLayer *floating_sel;
guint floating_sel_offset;
gint swap_num;
gint *ref_count;
XcfCompressionType compression;
gint file_version;
};