summaryrefslogtreecommitdiff
path: root/libs/pbd3/pbd/strsplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd3/pbd/strsplit.h')
-rw-r--r--libs/pbd3/pbd/strsplit.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/pbd3/pbd/strsplit.h b/libs/pbd3/pbd/strsplit.h
deleted file mode 100644
index e55ad1c825..0000000000
--- a/libs/pbd3/pbd/strsplit.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __pbd_strplit_h__
-#define __pbd_strplit_h__
-
-#include <string>
-#include <vector>
-
-extern void split (std::string, std::vector<std::string>&, char);
-
-#endif // __pbd_strplit_h__