diff scripts/plot/__go_draw_axes__.m @ 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 e81914f3921f
children 2ab8cc6dcced
line wrap: on
line diff
--- 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