Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge...
[ardour.git] / libs / ardour / session_directory.cc
index 61b313f6b39ead22f11b1927ade012366b6c337c..9d0be414da7edee302ed307da83a435cf849713e 100644 (file)
@@ -145,13 +145,11 @@ SessionDirectory::midi_patch_path () const
        return Glib::build_filename (sources_root(), midi_patch_dir_name);
 }
 
-#ifdef WITH_VIDEOTIMELINE
 const std::string
 SessionDirectory::video_path () const
 {
        return Glib::build_filename (sources_root(), video_dir_name);
 }
-#endif
 
 const std::string
 SessionDirectory::peak_path () const