changeset 8254:8c29549c66de

graphics.h.in (axes::properties::delete_children): Delete decl
author John W. Eaton <jwe@octave.org>
date Tue, 21 Oct 2008 21:07:05 -0400
parents 873ea2c72f16
children 3f1199ad212f
files src/ChangeLog src/graphics.h.in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 21 15:49:13 2008 -0400
+++ b/src/ChangeLog	Tue Oct 21 21:07:05 2008 -0400
@@ -1,5 +1,7 @@
 2008-10-21  John W. Eaton  <jwe@octave.org>
 
+	* 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.
--- a/src/graphics.h.in	Tue Oct 21 15:49:13 2008 -0400
+++ b/src/graphics.h.in	Tue Oct 21 21:07:05 2008 -0400
@@ -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; }