diff libgui/graphics/__init_qt__.h @ 18501: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/__init_qt__.h	Thu Feb 20 14:58:56 2014 -0500
+++ b/libgui/graphics/__init_qt__.h	Thu Feb 20 15:10:07 2014 -0500
@@ -23,21 +23,13 @@
 #ifndef __QtHandles_init_qt__
 #define __QtHandles_init_qt__ 1
 
-//////////////////////////////////////////////////////////////////////////////
-
 namespace QtHandles
 {
 
-//////////////////////////////////////////////////////////////////////////////
-
 bool __init__ (void);
 
-//////////////////////////////////////////////////////////////////////////////
-
 }; // namespace QtHandles
 
 extern void install___init_qt___functions (void);
 
-//////////////////////////////////////////////////////////////////////////////
-
 #endif