changeset 10997:65c14c052fe3

__go_draw_axes__.m: Remove left over debug code.
author Ben Abbott <bpabbott@mac.com>
date Sun, 19 Sep 2010 12:57:29 -0400
parents 72640afb02b9
children 728c970a3e7f
files scripts/ChangeLog scripts/plot/__go_draw_axes__.m
diffstat 2 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,6 @@
 2010-09-19  Ben Abbott <bpabbott@mac.com>
 
+	* plot/__go_draw_axes__.m: Remove left over debug code.
 	* miscellaneous/mkoctfile.m: Change help text to be consistent with
 	the shell version.
 
--- a/scripts/plot/__go_draw_axes__.m
+++ b/scripts/plot/__go_draw_axes__.m
@@ -1393,11 +1393,6 @@
 
     if (! isempty (hlgnd) 
         && any (strcmpi (get (get (hlegend, "children"), "visible"), "on")))
-      hlgnd.box
-      hlgnd.orientation
-      hlgnd.textposition
-      hlgnd.location
-
       if (strcmpi (hlgnd.box, "on"))
         box = "box";
       else