From 7bd4febfdb799cd359a380d23640654f476dadae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 May 2011 15:52:39 +0000 Subject: Strip double blank lines. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3279 a436a847-0d15-0410-975c-d299462d15a1 --- src/Symbol.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Symbol.cpp') diff --git a/src/Symbol.cpp b/src/Symbol.cpp index f16fef1..53060c6 100644 --- a/src/Symbol.cpp +++ b/src/Symbol.cpp @@ -24,7 +24,6 @@ using std::string; namespace Raul { - bool Symbol::is_valid(const std::basic_string& symbol) { @@ -50,7 +49,6 @@ Symbol::is_valid(const std::basic_string& symbol) return true; } - /** Convert a string to a valid symbol. * * This will make a best effort at turning @a str into a complete, valid @@ -71,6 +69,5 @@ Symbol::symbolify(const std::basic_string& str) return symbol; } - } // namespace Raul -- cgit v1.2.1