diff libgui/graphics/KeyMap.cc @ 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 3cc0734283dc
line wrap: on
line diff
--- a/libgui/graphics/KeyMap.cc	Thu Feb 20 14:58:56 2014 -0500
+++ b/libgui/graphics/KeyMap.cc	Thu Feb 20 15:10:07 2014 -0500
@@ -29,18 +29,12 @@
 
 #include "KeyMap.h"
 
-//////////////////////////////////////////////////////////////////////////////
-
 namespace QtHandles
 {
 
-//////////////////////////////////////////////////////////////////////////////
-
 namespace KeyMap
 {
 
-//////////////////////////////////////////////////////////////////////////////
-
 std::string qKeyToKeyString (int key)
 {
   static QMap<int, std::string> keyMapper;
@@ -259,10 +253,6 @@
   return keyMapper.value (key, std::string ("<unknown key>"));
 }
 
-//////////////////////////////////////////////////////////////////////////////
-
 }; //namespace KeyMap
 
-//////////////////////////////////////////////////////////////////////////////
-
 }; // namespace QtHandles