summaryrefslogtreecommitdiff
path: root/src/libtracker-extract/tracker-encoding-libicu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtracker-extract/tracker-encoding-libicu.h')
-rw-r--r--src/libtracker-extract/tracker-encoding-libicu.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/libtracker-extract/tracker-encoding-libicu.h b/src/libtracker-extract/tracker-encoding-libicu.h
deleted file mode 100644
index 3b3f94256..000000000
--- a/src/libtracker-extract/tracker-encoding-libicu.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (C) 2013 Carlos Garnacho <carlos@lanedo.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_EXTRACT_ENCODING_ICU_H__
-#define __LIBTRACKER_EXTRACT_ENCODING_ICU_H__
-
-#include <glib.h>
-
-G_BEGIN_DECLS
-
-G_GNUC_INTERNAL
-gchar *tracker_encoding_guess_icu (const gchar *buffer,
- gsize size,
- gdouble *confidence);
-
-G_END_DECLS
-
-#endif /* __LIBTRACKER_EXTRACT_ENCODING_ICU_H__ */