Remove code with no actual effect
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Mon, 1 Aug 2016 19:57:39 +0000 (21:57 +0200)
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Sat, 6 Aug 2016 17:38:09 +0000 (19:38 +0200)
commitf7c31569606405a98149cc01bcad5f6008cd744d
treeb5835f22afda0364857fc4086fac6c6b8798f38e
parent0f00d5147129259db94783c67c49e37c944da086
Remove code with no actual effect

That code modifies \imprecise if it is not NULL, but
 - if a configuration is found, \imprecise will be set to in, clobbering
   the tentative changes done here;
 - if a configuration is not found, a last-resort loop will be run that
   will set the same member of \imprecise, also clobbering our changes.

Remove it since it does nothing that is looked at before being
forgotten. A way to get the intended outcome will be introduced later.
libs/ardour/luaproc.cc