MCP: no fake touch for vpot
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 16 Apr 2012 19:07:37 +0000 (19:07 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 16 Apr 2012 19:07:37 +0000 (19:07 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11988 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/surfaces/mackie/strip.cc

index a043a874f6e90517f066346fa5f1e1b587f371bb..57693d0e8f829e92d90fc6747b91aa59668044e6 100644 (file)
@@ -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;