summaryrefslogtreecommitdiff
path: root/libs/pbd3/pbd/basename.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-07-14 03:43:32 +0000
committerDavid Robillard <d@drobilla.net>2006-07-14 03:43:32 +0000
commit50a3102b9b533d7f8786d220f8df67421b9227c8 (patch)
tree669f84631ba1d9a1d312e3f76b226ca938c75c0f /libs/pbd3/pbd/basename.h
parentedd841895b873b14c4aa814a80de5dc20ff30618 (diff)
Merge big changes (mostly Controllable) from trunk
git-svn-id: svn://localhost/ardour2/branches/midi@682 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd3/pbd/basename.h')
-rw-r--r--libs/pbd3/pbd/basename.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libs/pbd3/pbd/basename.h b/libs/pbd3/pbd/basename.h
deleted file mode 100644
index 35aebe166c..0000000000
--- a/libs/pbd3/pbd/basename.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __stupid_basename_h__
-#define __stupid_basename_h__
-
-#include <string>
-
-namespace PBD
-{
-
-extern std::string basename_nosuffix (const std::string&);
-
-};
-
-#endif // __stupid_basename_h__