remove unnecessary call to init_post_engine() (now called from libardour)
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 17 Jan 2019 15:18:53 +0000 (09:18 -0600)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 17 Jan 2019 15:18:53 +0000 (09:18 -0600)
tools/luadevel/luasession.cc

index 13c4460c9d172a2adeb2889657f5f80d71079bf0..2b9752679e7d1485728b2b81ac8e97fcdc4c5d2c 100644 (file)
@@ -198,7 +198,6 @@ static int start_engine (uint32_t rate)
                return -1;
        }
 
-       init_post_engine ();
        return 0;
 }