diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2015-12-31 12:44:48 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2015-12-31 12:44:48 +1100 |
commit | 694eb3d512e21f0f283b834834e6d6fa533581da (patch) | |
tree | 57786d85a972835e6dad12e6b62cdf46e1ce9089 | |
parent | 58c7ca15e5c7514cbf976ecab9dae806a05f4336 (diff) |
vcl: remove unnecessary comment
Change-Id: I152e10d73952e264287a919c2a070f4a4a159f6d
-rw-r--r-- | vcl/inc/outfont.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index 13444232d5e8..9af2dde8af8a 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -39,8 +39,6 @@ class ConvertChar; class OutputDevice; class Size; -// - ImplFontAttributes - - // device independent font properties class ImplFontAttributes @@ -79,8 +77,6 @@ private: bool mbSymbolFlag; }; -// - ImplDevFontAttributes - - // device dependent font properties class ImplDevFontAttributes : public ImplFontAttributes |