Remove an unused field
This commit is contained in:
parent
d260d2c466
commit
15a41e0bf5
@ -37,12 +37,10 @@ G_BEGIN_DECLS
|
||||
typedef struct _GtkSearchEngine GtkSearchEngine;
|
||||
typedef struct _GtkSearchEngineClass GtkSearchEngineClass;
|
||||
typedef struct _GtkSearchEnginePrivate GtkSearchEnginePrivate;
|
||||
|
||||
typedef struct _GtkSearchHit GtkSearchHit;
|
||||
|
||||
struct _GtkSearchHit
|
||||
{
|
||||
gint ref_count;
|
||||
gchar *uri;
|
||||
GFileInfo *info; /* may be NULL */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user