diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-13 13:46:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-13 13:46:20 +0000 |
| commit | 62ee85a258aa9329544d8542dfbcc40ce8177a7a (patch) | |
| tree | 8579cd323c127bb3bff23c216a55cc92a7001651 /src/util.h | |
| parent | ceb30c0b2e73588daa014af57deee7255b175e4d (diff) | |
Use boost starts/ends with methods.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -34,8 +34,6 @@ extern std::string make_uuid (); extern std::string make_digest (std::string filename); extern std::string content_kind_to_string (ContentKind kind); extern ContentKind content_kind_from_string (std::string kind); -extern bool starts_with (std::string big, std::string little); -extern bool ends_with (std::string big, std::string little); extern bool empty_or_white_space (std::string s); extern opj_image_t* decompress_j2k (uint8_t* data, int64_t size, int reduce); extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (opj_image_t* xyz_frame); |
