Kaydet (Commit) aa7d62c3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin pointless comments

Change-Id: I651854e653ae863577bd1f0f22ef640dd7044ebc
üst 816a8886
...@@ -63,8 +63,6 @@ FuConstruct::~FuConstruct() ...@@ -63,8 +63,6 @@ FuConstruct::~FuConstruct()
sal_uInt8 FuConstruct::Command(const CommandEvent& rCEvt) sal_uInt8 FuConstruct::Command(const CommandEvent& rCEvt)
{ {
// special code for non-VCL OS2/UNX removed
return FuDraw::Command( rCEvt ); return FuDraw::Command( rCEvt );
} }
......
...@@ -85,8 +85,6 @@ FuSelection::~FuSelection() ...@@ -85,8 +85,6 @@ FuSelection::~FuSelection()
sal_uInt8 FuSelection::Command(const CommandEvent& rCEvt) sal_uInt8 FuSelection::Command(const CommandEvent& rCEvt)
{ {
// special code for non-VCL OS2/UNX removed
return FuDraw::Command( rCEvt ); return FuDraw::Command( rCEvt );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment