Skip to content
Snippets Groups Projects
Commit e1a56145 authored by Federico Felici's avatar Federico Felici
Browse files

remove unused methods

parent a50874b3
No related branches found
No related tags found
No related merge requests found
......@@ -285,16 +285,7 @@ classdef SCDclass_algo
end
if dictionaryObj.HasUnsavedChanges, dictionaryObj.saveChanges; end
end
function closedd(obj)
dictionaryObj = Simulink.data.dictionary.open(obj.getdatadictionary);
dictionaryObj.close;
end
function closeslx(obj)
bdclose(obj.modelslx);
end
function replaceorcreateddentry(obj,designDataObj,entry,value)
if designDataObj.exist(entry)
oldEntry = designDataObj.getEntry(entry);
......@@ -523,12 +514,6 @@ classdef SCDclass_algo
% add referenced data dictionaries
obj.addrefdd
% save and close data dicationary
% obj.closedd
%
% % close model
% obj.closeslx;
end
function callinits(obj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment