Download this file

15 lines (11 with data), 387 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
function unset( ~, ~, ~ )
%uiextras.unset Clear a default property value from a parent object
%
% This functionality has been removed.
% Copyright 2009-2014 The MathWorks, Inc.
% $Revision: 979 $ $Date: 2014-09-28 14:26:12 -0400 (Sun, 28 Sep 2014) $
% Check inputs
narginchk( 2, 2 )
% Warn
warning( 'uiextras:Deprecated', 'uiextras.unset has been removed.' )
end % uiextras.unset