summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-03-17 12:39:14 +0000
committerCarl Hetherington <cth@carlh.net>2017-03-17 12:39:14 +0000
commitf6943382731a98b2ca33de534fcbb9fd3d1ddf60 (patch)
tree843279a54352875e57d950b3bc60d62944f5dd3b /src/util.h
parent528e3f81143401577a5a101e8d868ac431969f5b (diff)
Move Size operator functions to the same file as the class declaration.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util.h b/src/util.h
index feee7af0..110017df 100644
--- a/src/util.h
+++ b/src/util.h
@@ -59,10 +59,6 @@ class CertificateChain;
class GammaLUT;
class OpenJPEGImage;
-extern bool operator== (Size const & a, Size const & b);
-extern bool operator!= (Size const & a, Size const & b);
-extern std::ostream& operator<< (std::ostream& s, Size const & a);
-
extern std::string make_uuid ();
extern std::string make_digest (boost::filesystem::path filename, boost::function<void (float)>);
extern std::string content_kind_to_string (ContentKind kind);