Index: /issm/trunk-jpl/src/m/classes/oldclasses/diagnostic.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/oldclasses/diagnostic.m	(revision 15855)
+++ /issm/trunk-jpl/src/m/classes/oldclasses/diagnostic.m	(revision 15856)
@@ -25,24 +25,4 @@
 		loadingforce             = NaN;
 		requested_outputs        = NaN;
-	end
-	methods (Static)
-		function obj = loadobj(obj) % {{{
-			% This function is directly called by matlab when a model object is
-			% loaded. If the input is a struct it is an old version of this class and
-			% old fields must be recovered (make sure they are in the deprecated
-			% model properties)
-
-			if verLessThan('matlab','7.9'),
-				disp('Warning: your matlab version is old and there is a risk that load does not work correctly');
-				disp('         if the model is not loaded correctly, rename temporarily loadobj so that matlab does not use it');
-
-				% This is a Matlab bug: all the fields of md have their default value
-				% Example of error message:
-				% Warning: Error loading an object of class 'model':
-				% Undefined function or method 'exist' for input arguments of type 'cell'
-				%
-				% This has been fixed in MATLAB 7.9 (R2009b) and later versions
-			end
-		end% }}}
 	end
 	methods
