Remove an unused field

This commit is contained in:
Matthias Clasen 2015-06-18 22:40:49 -04:00
parent d260d2c466
commit 15a41e0bf5

View File

@ -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 */
};