# HG changeset patch # User Ben Abbott # Date 1284915449 14400 # Node ID 65c14c052fe37d9e706978749e95c693e6bd7343 # Parent 72640afb02b9a84313de241f7acb021c0d136c9f __go_draw_axes__.m: Remove left over debug code. diff -r 72640afb02b9 -r 65c14c052fe3 scripts/ChangeLog --- a/scripts/ChangeLog Sun Sep 19 12:25:31 2010 -0400 +++ b/scripts/ChangeLog Sun Sep 19 12:57:29 2010 -0400 @@ -1,5 +1,6 @@ 2010-09-19 Ben Abbott + * plot/__go_draw_axes__.m: Remove left over debug code. * miscellaneous/mkoctfile.m: Change help text to be consistent with the shell version. diff -r 72640afb02b9 -r 65c14c052fe3 scripts/plot/__go_draw_axes__.m --- a/scripts/plot/__go_draw_axes__.m Sun Sep 19 12:25:31 2010 -0400 +++ b/scripts/plot/__go_draw_axes__.m Sun Sep 19 12:57:29 2010 -0400 @@ -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