# HG changeset patch # User John W. Eaton # Date 1224637625 14400 # Node ID 8c29549c66deaa521c283e93e7ab60799ed95bc0 # Parent 873ea2c72f16b4f089d721809b419c3c5cc522bb graphics.h.in (axes::properties::delete_children): Delete decl diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008-10-21 John W. Eaton + * graphics.h.in (axes::properties::delete_children): Delete decl. + * graphics.h.in (gh_manager::is_handle_visible): New function. (axes::properites): Move title property after label properties. (graphics_object::is_handle_visible): New function. diff --git a/src/graphics.h.in b/src/graphics.h.in --- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -2491,8 +2491,6 @@ void remove_child (const graphics_handle& h); - void delete_children (void); - const scaler& get_x_scaler (void) const { return sx; } const scaler& get_y_scaler (void) const { return sy; } const scaler& get_z_scaler (void) const { return sz; }