diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-16 04:12:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-16 05:41:26 +0200 |
commit | 67aec439153b8a374d418cfe653b601f8d1b514a (patch) | |
tree | 0ff52c40698f0b12f55f9de066ba6536220b8480 /vcl/source | |
parent | d6f18c09496318adf78ab32dfa1e1edf74521c5f (diff) |
cleanup
Change-Id: I7bfd221f89718ba8634417c93a26b3a199178694
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/bmpfast.cxx | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/vcl/source/gdi/bmpfast.cxx b/vcl/source/gdi/bmpfast.cxx index 2cabddf8305e..0fe79eacc3b3 100644 --- a/vcl/source/gdi/bmpfast.cxx +++ b/vcl/source/gdi/bmpfast.cxx @@ -19,9 +19,6 @@ #include <bmpfast.hxx> - -#ifndef NO_OPTIMIZED_BITMAP_ACCESS - #include <tools/debug.hxx> #include <vcl/bmpacc.hxx> @@ -908,25 +905,4 @@ bool ImplFastEraseBitmap( BitmapBuffer& rDst, const BitmapColor& rColor ) return false; } -#else // NO_OPTIMIZED_BITMAP_ACCESS - -bool ImplFastBitmapConversion( BitmapBuffer&, const BitmapBuffer& ) -{ - return false; -} - -bool ImplFastBitmapBlending( BitmapWriteAccess&, - const BitmapReadAccess&, const BitmapReadAccess&, - const Size&, const Point& ) -{ - return false; -} - -bool ImplFastEraseBitmap( BitmapBuffer&, const BitmapColor& ) -{ - return false; -} - -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |