summaryrefslogtreecommitdiff
path: root/libs/pbd3/pbd/whitespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd3/pbd/whitespace.h')
-rw-r--r--libs/pbd3/pbd/whitespace.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/pbd3/pbd/whitespace.h b/libs/pbd3/pbd/whitespace.h
deleted file mode 100644
index 6620a8fb50..0000000000
--- a/libs/pbd3/pbd/whitespace.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __pbd_whitespace_h__
-#define __pbd_whitespace_h__
-
-#include <string>
-
-extern void strip_whitespace_edges (std::string& str);
-
-#endif // __pbd_whitespace_h__