diff src/gl-render.h @ 12369:e23f4609d558 release-3-4-x

Move axes labels and title positioning to axes::properties
author Konstantinos Poulios <logari81@gmail.com>
date Thu, 03 Feb 2011 19:30:13 +0100
parents 1a24d55b1714
children 834f904a3dcb
line wrap: on
line diff
--- a/src/gl-render.h	Thu Feb 03 12:47:05 2011 +0100
+++ b/src/gl-render.h	Thu Feb 03 19:30:13 2011 +0100
@@ -173,7 +173,6 @@
   void draw_axes_y_grid (const axes::properties& props);
   void draw_axes_z_grid (const axes::properties& props);
 
-  void draw_axes_title (const axes::properties& props);
   void draw_axes_children (const axes::properties& props);
 
 private: