summaryrefslogtreecommitdiff
path: root/gtk2_ardour/system_exec.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-04-11 19:49:29 +0200
committerRobin Gareus <robin@gareus.org>2013-04-11 19:49:48 +0200
commit66ee2c8e597ca9a07d614cf56b4002e5303e3645 (patch)
tree9131785c3f5d4b419f127f9f6726b820d8de4fae /gtk2_ardour/system_exec.cc
parentb7c617b0578ec7e8d75dcd604c316459d6ac0708 (diff)
enable videotimeline by default
Diffstat (limited to 'gtk2_ardour/system_exec.cc')
-rw-r--r--gtk2_ardour/system_exec.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/system_exec.cc b/gtk2_ardour/system_exec.cc
index 309f38b4da..1f178a6c68 100644
--- a/gtk2_ardour/system_exec.cc
+++ b/gtk2_ardour/system_exec.cc
@@ -17,8 +17,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ifdef WITH_VIDEOTIMELINE
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -673,5 +671,3 @@ SystemExec::write_to_stdin(std::string d, size_t len)
}
#endif // end UNIX process
-
-#endif /* WITH_VIDEOTIMELINE */