diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-06 20:57:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-06 22:39:18 +0300 |
commit | 445336074c2441a59377b313fc6da2396554abed (patch) | |
tree | 8a7d8c56701d53faaf74f228036d0570338e74ca /vcl/source | |
parent | ce5cc7afb0f1c99237d04e0c754527c725d8491c (diff) |
Remove pointless commented-out 'virtual' keywords
Nobody knows any more what such a metacomment was supposed to mean, if
it had any deeper meaning at all.
Change-Id: Iefb4fedc7b833c09ee0e39b3eb28202229323ef2
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/fontsubset/cff.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx index 8293279907fa..1bb6f06f437f 100644 --- a/vcl/source/fontsubset/cff.cxx +++ b/vcl/source/fontsubset/cff.cxx @@ -1713,7 +1713,7 @@ class Type1Emitter { public: explicit Type1Emitter( FILE* pOutFile, bool bPfbSubset = true); - /*virtual*/ ~Type1Emitter( void); + ~Type1Emitter( void); void setSubsetName( const char* ); size_t emitRawData( const char* pData, size_t nLength) const; |