function varargout = get( ~, ~ ) %#ok<STOUT>
%uiextras.get Retrieve 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 )
% Error
error( 'uiextras:Deprecated', 'uiextras.get has been removed.' )
end % uiextras.get