diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-04-30 05:32:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-04-30 06:14:12 +0300 |
commit | d1ca0f4ed0e30394ce6759a20d4896651dd43051 (patch) | |
tree | af9def17a770c6399e18965c9fb9f3bb4b91b702 /include/basegfx/raster | |
parent | 0d341d28f73603670e3b8c639c583229d3c723a6 (diff) |
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
Diffstat (limited to 'include/basegfx/raster')
-rw-r--r-- | include/basegfx/raster/bpixelraster.hxx | 5 | ||||
-rw-r--r-- | include/basegfx/raster/bzpixelraster.hxx | 5 | ||||
-rw-r--r-- | include/basegfx/raster/rasterconvert3d.hxx | 6 |
3 files changed, 0 insertions, 16 deletions
diff --git a/include/basegfx/raster/bpixelraster.hxx b/include/basegfx/raster/bpixelraster.hxx index df275e7451a9..6f2b21b107e8 100644 --- a/include/basegfx/raster/bpixelraster.hxx +++ b/include/basegfx/raster/bpixelraster.hxx @@ -26,11 +26,6 @@ #include <basegfx/pixel/bpixel.hxx> #include <basegfx/basegfxdllapi.h> - -// predeclarations - - - namespace basegfx { class BPixelRaster diff --git a/include/basegfx/raster/bzpixelraster.hxx b/include/basegfx/raster/bzpixelraster.hxx index d21f316671ca..cddca2186578 100644 --- a/include/basegfx/raster/bzpixelraster.hxx +++ b/include/basegfx/raster/bzpixelraster.hxx @@ -23,11 +23,6 @@ #include <basegfx/raster/bpixelraster.hxx> #include <basegfx/basegfxdllapi.h> - -// predeclarations - - - namespace basegfx { class BZPixelRaster : public BPixelRaster diff --git a/include/basegfx/raster/rasterconvert3d.hxx b/include/basegfx/raster/rasterconvert3d.hxx index 1004a2b1fd96..090258b3681a 100644 --- a/include/basegfx/raster/rasterconvert3d.hxx +++ b/include/basegfx/raster/rasterconvert3d.hxx @@ -31,16 +31,12 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/basegfxdllapi.h> - -// predeclarations - namespace basegfx { class B3DPolygon; class B3DPolyPolygon; } - // interpolators for double precision namespace basegfx @@ -446,8 +442,6 @@ namespace basegfx }; } // end of namespace basegfx - - #endif // INCLUDED_BASEGFX_RASTER_RASTERCONVERT3D_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |