summaryrefslogtreecommitdiff
path: root/src/libtracker-common/tracker-enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtracker-common/tracker-enums.h')
-rw-r--r--src/libtracker-common/tracker-enums.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/libtracker-common/tracker-enums.h b/src/libtracker-common/tracker-enums.h
deleted file mode 100644
index d54b97b90..000000000
--- a/src/libtracker-common/tracker-enums.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * Copyright (C) 2011, 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 __TRACKER_ENUMS_H__
-#define __TRACKER_ENUMS_H__
-
-G_BEGIN_DECLS
-
-typedef enum {
- TRACKER_SERIALIZATION_FORMAT_SPARQL,
- TRACKER_SERIALIZATION_FORMAT_TURTLE,
- /* JSON and JSON_LD are treated as the same thing right now, but we could
- * treat them differently if we wanted. also it's nice to be able to pass
- * both 'json' and 'json-ld' to `tracker extract --output-format=`.
- */
- TRACKER_SERIALIZATION_FORMAT_JSON,
- TRACKER_SERIALIZATION_FORMAT_JSON_LD,
-} TrackerSerializationFormat;
-
-G_END_DECLS
-
-#endif /* __TRACKER_ENUMS_H__ */