From 4da123458e21f975078ccaac5d280f074f5d11cd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 16 Apr 2012 19:07:37 +0000 Subject: MCP: no fake touch for vpot git-svn-id: svn://localhost/ardour2/branches/3.0@11988 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/mackie/strip.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs') diff --git a/libs/surfaces/mackie/strip.cc b/libs/surfaces/mackie/strip.cc index a043a874f6..57693d0e8f 100644 --- a/libs/surfaces/mackie/strip.cc +++ b/libs/surfaces/mackie/strip.cc @@ -606,7 +606,6 @@ Strip::handle_pot (Pot& pot, float delta) */ pot.start_touch (_surface->mcp().transport_frame()); - _surface->mcp().add_in_use_timeout (*_surface, pot, pot.control ()); double p = pot.get_value (); p += delta; -- cgit v1.2.3