Remove (unused) widget ref counting.

This commit is contained in:
Dave Davenport
2018-06-12 10:08:29 +02:00
parent d4cfb5bb4b
commit 0633bc9dad
3 changed files with 6 additions and 27 deletions

View File

@@ -94,9 +94,6 @@ struct _widget
/** Name of widget (used for theming) */
char *name;
const char *state;
/** Used for reference counting */
int ref_count;
};
/**