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

@ -84,8 +84,8 @@ if ~( isequal(withnames,0) || isequal(withnames,1) )
error('load_csv_file_data:: Third input argument has to be equal to 1 or 0!')
end
% Output initialization
time = []; data = []; varlist = [];
% Output initialization
varlist = [];
% Check if file exists.
if check_file_extension(file,'csv')