summaryrefslogtreecommitdiff
path: root/src/libtracker-common/tracker-meego.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtracker-common/tracker-meego.h')
-rw-r--r--src/libtracker-common/tracker-meego.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/libtracker-common/tracker-meego.h b/src/libtracker-common/tracker-meego.h
deleted file mode 100644
index d9724b6bd..000000000
--- a/src/libtracker-common/tracker-meego.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Copyright (C) 2010, Nokia <ivan.frade@nokia.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public
- * License as published by the Free Software Foundation; either
- * version 2 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
- * General Public License for more details.
- *
- * You should have received a copy of the GNU 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_MEEGO_H__
-#define __LIBTRACKER_COMMON_MEEGO_H__
-
-G_BEGIN_DECLS
-
-void tracker_meego_init (void);
-void tracker_meego_shutdown (void);
-
-/* MeeGo general functions */
-gchar *tracker_meego_get_locale (void);
-
-/* MeeGo application functions */
-gchar *tracker_meego_translate (const gchar *catalogue,
- const gchar *id);
-
-G_END_DECLS
-
-#endif /* __LIBTRACKER_COMMON_MEEGO_H__ */