summaryrefslogtreecommitdiff
path: root/src/libtracker-common/tracker-ioprio.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2019-12-30 17:52:01 +0100
committerCarlos Garnacho <carlosg@gnome.org>2020-02-17 18:57:46 +0100
commit8f7fd9765ca27e0de9e6fb214f0244a954e159a2 (patch)
treec0440cadcde9f372eb4648340504277e217f6b1f /src/libtracker-common/tracker-ioprio.h
parentb0541d6e9b1176f7eb9cf2caf5b8043f262794e3 (diff)
downloadtracker-8f7fd9765ca27e0de9e6fb214f0244a954e159a2.tar.gz
libtracker-common: Clean up no longer used modules
With the massive shuffling happening in the tracker repo, some of these utility functions are no longer used, and even meaningless in this source tree. Clean all this up.
Diffstat (limited to 'src/libtracker-common/tracker-ioprio.h')
-rw-r--r--src/libtracker-common/tracker-ioprio.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/libtracker-common/tracker-ioprio.h b/src/libtracker-common/tracker-ioprio.h
deleted file mode 100644
index 86ef14762..000000000
--- a/src/libtracker-common/tracker-ioprio.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Copyright (C) 2006, Anders Aagaard
- * Copyright (C) 2008, Nokia <ivan.frade@nokia.com>
- *
- * 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 __LIBTRACKER_COMMON_IOPRIO_H__
-#define __LIBTRACKER_COMMON_IOPRIO_H__
-
-#include <glib.h>
-
-G_BEGIN_DECLS
-
-#if !defined (__LIBTRACKER_COMMON_INSIDE__) && !defined (TRACKER_COMPILATION)
-#error "only <libtracker-common/tracker-common.h> must be included directly."
-#endif
-
-void tracker_ioprio_init (void);
-
-G_END_DECLS
-
-#endif /* __LIBTRACKER_COMMON_IOPRIO_H__ */