vcl: remove comment-cruft from errinf.cxx

Change-Id: I53272ef788375ea3cfecc1fa9f24185909801fa1
Reviewed-on: https://gerrit.libreoffice.org/36847
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index 2c9c0f1..c96ceca 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -328,7 +328,6 @@ DialogMask ErrorHandler::HandleError_Impl(
    return DialogMask::NONE;
}

// static
bool ErrorHandler::GetErrorString(sal_uInt32 lId, OUString& rStr)
{
    return HandleError_Impl( lId, DialogMask::MAX, true, rStr ) != DialogMask::NONE;