Description: Remove call to cleanfigure in matlab2tikz_acidtest
 The cleanfigure function is not compatible with Octave, and is therefore not
 shipped with the Debian package.
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: not-needed
Last-Update: 2014-02-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/matlab2tikz_acidtest.m
+++ b/test/matlab2tikz_acidtest.m
@@ -142,7 +142,6 @@ function matlab2tikz_acidtest(varargin)
       end
       % now, test matlab2tikz
       try
-          cleanfigure(extraCFOpts{:});
           matlab2tikz('filename', gen_file, ...
                       'showInfo', false, ...
                       'checkForUpdates', false, ...
