diff libgui/graphics/ToggleTool.h @ 18569:523878f76518 gui-release

style fix: eliminate lines of slashes to separate functions.
author John W. Eaton <jwe@octave.org>
date Thu, 20 Feb 2014 15:10:07 -0500
parents 49877d3be064
children f0e61a67ad9f
line wrap: on
line diff
--- a/libgui/graphics/ToggleTool.h
+++ b/libgui/graphics/ToggleTool.h
@@ -25,13 +25,9 @@
 
 #include "ToolBarButton.h"
 
-//////////////////////////////////////////////////////////////////////////////
-
 namespace QtHandles
 {
 
-//////////////////////////////////////////////////////////////////////////////
-
 class ToggleTool : public ToolBarButton<uitoggletool>
 {
   Q_OBJECT
@@ -49,10 +45,6 @@
   void triggered (bool checked);
 };
 
-//////////////////////////////////////////////////////////////////////////////
-
 }; // namespace QtHandles
 
-//////////////////////////////////////////////////////////////////////////////
-
 #endif