summaryrefslogtreecommitdiff
path: root/src/miners/fs/tracker-extract-watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/miners/fs/tracker-extract-watchdog.h')
-rw-r--r--src/miners/fs/tracker-extract-watchdog.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/miners/fs/tracker-extract-watchdog.h b/src/miners/fs/tracker-extract-watchdog.h
deleted file mode 100644
index 1dab018b2..000000000
--- a/src/miners/fs/tracker-extract-watchdog.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * Copyright (C) 2016, Red Hat Inc.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
- */
-
-#ifndef __TRACKER_EXTRACT_WATCHDOG_H__
-#define __TRACKER_EXTRACT_WATCHDOG_H__
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-
-#define TRACKER_TYPE_EXTRACT_WATCHDOG (tracker_extract_watchdog_get_type ())
-
-G_DECLARE_FINAL_TYPE (TrackerExtractWatchdog,
- tracker_extract_watchdog,
- TRACKER, EXTRACT_WATCHDOG,
- GObject)
-
-TrackerExtractWatchdog * tracker_extract_watchdog_new (void);
-
-G_END_DECLS
-
-#endif /* __TRACKER_EXTRACT_WATCHDOG_H__ */