]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ogl/src/lines.h
no message
[wxWidgets.git] / utils / ogl / src / lines.h
index 4db39e412f65e12e8fb487b1ab10aae728f70fed..9619bf75cfd7ea3e5e566a388336d677f901a263 100644 (file)
@@ -276,15 +276,11 @@ protected:
   // probably be the same)
   wxList*           m_lineControlPoints;
 
-  double             m_arrowSpacing; // Separation between adjacent arrows
+  double            m_arrowSpacing; // Separation between adjacent arrows
 
   wxShape*          m_to;
   wxShape*          m_from;
 
-/*
-  double             m_actualTextWidth;  // Space the text takes up
-  double             m_actualTextHeight; // (depends on text content unlike nodes)
-*/
   int               m_attachmentTo;   // Attachment point at one end
   int               m_attachmentFrom; // Attachment point at other end