summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/whitespace.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-08-18 14:20:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-08-18 14:20:10 +0000
commitc8f5d847e530083a7aa658dad9a37af7b4647615 (patch)
tree60c55c879a31ab92614f10b8f6f2722448f8f87a /libs/pbd/pbd/whitespace.h
parentbc9d6f66c127f06c37f89ba6477fd1156a9e43f6 (diff)
step one of removing Glib::ustring from ardour2
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10003 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/pbd/whitespace.h')
-rw-r--r--libs/pbd/pbd/whitespace.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/pbd/pbd/whitespace.h b/libs/pbd/pbd/whitespace.h
index dcdb4e5f27..444be112b0 100644
--- a/libs/pbd/pbd/whitespace.h
+++ b/libs/pbd/pbd/whitespace.h
@@ -22,16 +22,11 @@
#include <string>
-namespace Glib {
- class ustring;
-}
-
namespace PBD {
// returns the empty string if the entire string is whitespace
// so check length after calling.
extern void strip_whitespace_edges (std::string& str);
-extern void strip_whitespace_edges (Glib::ustring& str);
} // namespace PBD