summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-29 00:10:17 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-29 00:10:17 +0100
commitc8cdab6a2a6038b662edfb5e3d0f9b6e0171d731 (patch)
treee238fd478c43d53c42bf6d0890962cb71096ba2b /src/util.h
parent6ff5bc54fafcb9332609912514c287ac332ab7e5 (diff)
Move some methods to where they make more sense.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 9803ad03..2f3b810a 100644
--- a/src/util.h
+++ b/src/util.h
@@ -61,8 +61,6 @@ class OpenJPEGImage;
extern std::string make_uuid ();
extern std::string make_digest (boost::filesystem::path filename, boost::function<void (float)>);
extern std::string make_digest (Data data);
-extern std::string content_kind_to_string (ContentKind kind);
-extern ContentKind content_kind_from_string (std::string kind);
extern bool empty_or_white_space (std::string s);
extern bool ids_equal (std::string a, std::string b);
extern std::string remove_urn_uuid (std::string raw);