remove unused variables

time-shift
Houtan Bastani 2013-04-11 18:40:42 +02:00
parent 73fcf9719e
commit 3b92c1b1c7
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ if ~( isequal(withnames,0) || isequal(withnames,1) )
end
% Output initialization
time = []; data = []; varlist = [];
varlist = [];
% Check if file exists.
if check_file_extension(file,'csv')