diff options
Diffstat (limited to 'WebCore/platform/image-decoders/xbm/XBMImageDecoder.cpp')
-rw-r--r-- | WebCore/platform/image-decoders/xbm/XBMImageDecoder.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/WebCore/platform/image-decoders/xbm/XBMImageDecoder.cpp b/WebCore/platform/image-decoders/xbm/XBMImageDecoder.cpp index 30c5589..3e8ae57 100644 --- a/WebCore/platform/image-decoders/xbm/XBMImageDecoder.cpp +++ b/WebCore/platform/image-decoders/xbm/XBMImageDecoder.cpp @@ -26,8 +26,6 @@ #include "config.h" #include "XBMImageDecoder.h" -#if PLATFORM(CAIRO) || PLATFORM(QT) || PLATFORM(WX) - namespace WebCore { @@ -41,6 +39,4 @@ RGBA32Buffer* XBMImageDecoder::frameBufferAtIndex(size_t index) return 0; } -} - -#endif // PLATFORM(CAIRO) +} // namespace WebCore |