searchenginemodel: Remove unused code

This commit is contained in:
Benjamin Otte 2020-07-23 03:35:26 +02:00
parent 8832ab45d9
commit e81ba8924a

View File

@ -28,8 +28,6 @@
#include <string.h>
#define BATCH_SIZE 500
struct _GtkSearchEngineModel
{
GtkSearchEngine parent;
@ -37,7 +35,6 @@ struct _GtkSearchEngineModel
GtkFileSystemModel *model;
GtkQuery *query;
gboolean query_finished;
guint idle;
};