entry: Remove priv pointer

This commit is contained in:
Timm Bäder 2018-03-01 18:42:59 +01:00
parent 71ae2fae2e
commit 8ebec46db5
2 changed files with 226 additions and 275 deletions

File diff suppressed because it is too large Load Diff

View File

@ -73,8 +73,6 @@ struct _GtkEntry
{
/*< private >*/
GtkWidget parent_instance;
GtkEntryPrivate *priv;
};
/**