summaryrefslogtreecommitdiff
path: root/libs/pbd/wscript
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2014-06-17 12:16:37 +1000
committerTim Mayberry <mojofunk@gmail.com>2014-06-17 21:19:02 +1000
commitdc81ab8640107086c71b910c0a5d9c12f873d27d (patch)
tree5bce66e5aa4f9d05edd77286ffbca5e924ba2b4a /libs/pbd/wscript
parentea5f9a8ea62f774258cd056e61e61648f91fe46e (diff)
Move member functions from PathScanner to functions in pbd/file_utils.h
This allows us to remove PathScanner source file and keep PathScanner class as header only until it is removed
Diffstat (limited to 'libs/pbd/wscript')
-rw-r--r--libs/pbd/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/pbd/wscript b/libs/pbd/wscript
index 2ba79d0c34..35f4b4c5c7 100644
--- a/libs/pbd/wscript
+++ b/libs/pbd/wscript
@@ -57,7 +57,6 @@ libpbd_sources = [
'mountpoint.cc',
'openuri.cc',
'pathexpand.cc',
- 'pathscanner.cc',
'pbd.cc',
'pool.cc',
'property_list.cc',