[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:42:35 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9928656
The following commit has been merged in the master branch:
commit 992865659b98b039750dae3c32229019a05b5d39
Author: vog <vog at notjusthosting.com>
Date: Mon Jul 18 15:24:21 2011 +0000
Removed duplicate helper function toString()
---
src/epsimage.cpp | 8 --------
1 file changed, 8 deletions(-)
diff --git a/src/epsimage.cpp b/src/epsimage.cpp
index 51741b1..c7a1d8a 100644
--- a/src/epsimage.cpp
+++ b/src/epsimage.cpp
@@ -169,14 +169,6 @@ namespace {
return s.find_first_not_of(" ") == std::string::npos;
}
- //! Convert an integer of type size_t to a decimal string
- static std::string toString(size_t size)
- {
- std::ostringstream stream;
- stream << size;
- return stream.str();
- }
-
//! Read the next line of a buffer, allow for changing line ending style
static size_t readLine(std::string& line, const byte* data, size_t startPos, size_t size)
{
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list