From d1ca0f4ed0e30394ce6759a20d4896651dd43051 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 30 Apr 2015 05:32:26 +0300 Subject: Bin some pointless comments and reduce some vertical whitespace Bin pointless '// predeclarations' or '// forward declarations' comments. If a programmer doesn't know what a forward declaration is, well, why read C++ source code? Also bin some pointless '// end of namespace foo' comments after namespace blocks just a handful of lines long, and some superfluous vertical whitespace. Change-Id: I2a31c5d73d9b4de8825fb8eb9e7559dbd7303ef9 --- vcl/source/glyphs/graphite_layout.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'vcl/source/glyphs') diff --git a/vcl/source/glyphs/graphite_layout.cxx b/vcl/source/glyphs/graphite_layout.cxx index d26a15f31b03..e7d54f48c219 100644 --- a/vcl/source/glyphs/graphite_layout.cxx +++ b/vcl/source/glyphs/graphite_layout.cxx @@ -29,9 +29,6 @@ // #define GRLAYOUT_DEBUG 1 -// Header files - -// Standard Library #include #include #include @@ -39,7 +36,6 @@ #include #include -// Platform #include #include @@ -61,10 +57,6 @@ #include #include -// Module private type definitions and forward declarations. - -// Module private names. - #ifdef GRLAYOUT_DEBUG static FILE * grLog() { -- cgit v1.2.1