diff --git a/gtk/gtksearchengine.h b/gtk/gtksearchengine.h index 39a9fb6649..4d74c1a4a0 100644 --- a/gtk/gtksearchengine.h +++ b/gtk/gtksearchengine.h @@ -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 */ };