summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/salnativewidgets-none.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/salnativewidgets-none.cxx')
-rw-r--r--vcl/source/gdi/salnativewidgets-none.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/gdi/salnativewidgets-none.cxx b/vcl/source/gdi/salnativewidgets-none.cxx
index bdb9fb3ea09a..baa2cb398930 100644
--- a/vcl/source/gdi/salnativewidgets-none.cxx
+++ b/vcl/source/gdi/salnativewidgets-none.cxx
@@ -17,15 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <salgdi.hxx>
-
/****************************************************************
* Placeholder for no native widgets
***************************************************************/
-
/*
* IsNativeControlSupported()
*
@@ -37,7 +34,6 @@ bool SalGraphics::IsNativeControlSupported( ControlType, ControlPart )
return false;
}
-
/*
* HitTestNativeControl()
*
@@ -54,7 +50,6 @@ bool SalGraphics::hitTestNativeControl( ControlType,
return false;
}
-
/*
* DrawNativeControl()
*