Mercurial > repos > public > matlab_path_manager
changeset 29:91724783a931
Remove unneeded methods
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 18 Sep 2018 13:19:38 +0200 |
parents | 0842a1b2ac7e |
children | d9f899b1dfd0 |
files | +mpm/MatlabPathManager.m |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/+mpm/MatlabPathManager.m Tue Sep 18 13:18:02 2018 +0200 +++ b/+mpm/MatlabPathManager.m Tue Sep 18 13:19:38 2018 +0200 @@ -61,14 +61,6 @@ ps = split(path(), pathsep); end - % Return all subpaths loaded into the matlab path, mimicing the order they appear there. - function s = pathStatus(obj) - end - - % Return all subpaths in the project and if they are active on the matlab path or not. - function s = projectStatus(obj, projectFolder) - end - % Load all subpaths for a project function checkin(obj, projectFolder) sp = obj.projectSubpaths(projectFolder);