changeset 24451:0c69f0335e1a

Remove "DisplayName" property from text and image objects. * graphics.in.h: Remove "DisplayName" for text and image objects for Matlab compatibility (and simplification of legend.m).
author Rik <rik@octave.org>
date Fri, 22 Dec 2017 10:46:29 -0800
parents 49a3d6c864f9
children 55ddb7a4cca2
files libinterp/corefcn/graphics.in.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Fri Dec 22 13:01:55 2017 -0500
+++ b/libinterp/corefcn/graphics.in.h	Fri Dec 22 10:46:29 2017 -0800
@@ -4399,7 +4399,6 @@
     BEGIN_PROPERTIES (text)
       color_property backgroundcolor , color_property (radio_values ("{none}"), color_values (1, 1, 1))
       color_property color u , color_values (0, 0, 0)
-      string_property displayname , ""
       color_property edgecolor , color_property (radio_values ("{none}"), color_values (0, 0, 0))
       bool_property editing , "off"
       radio_property erasemode h , "{normal}|none|xor|background"
@@ -4578,7 +4577,6 @@
       radio_property alphadatamapping al , "{none}|direct|scaled"
       array_property cdata u , default_image_cdata ()
       radio_property cdatamapping al , "scaled|{direct}"
-      string_property displayname , ""
       radio_property erasemode h , "{normal}|none|xor|background"
       row_vector_property xdata mu , Matrix ()
       row_vector_property ydata mu , Matrix ()