summaryrefslogtreecommitdiff
path: root/widget/windows/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-02-07 22:06:24 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-02-07 22:06:24 +0100
commit6992106dc7894fab3f620263e99b4083b36bf9e8 (patch)
tree2a3554cf7bfabfeee0cc56ca58b04773a902cb76 /widget/windows/moz.build
parent0b6d9a47051be9ef4d064c6f7c60717da91d0bc2 (diff)
downloaduxp-6992106dc7894fab3f620263e99b4083b36bf9e8.tar.gz
Use existing image decoders to handle clipboard BMP data.
This gets rid of the old nsImageClipboard widget code in favor of using the nsBMPDecoder in imglib.
Diffstat (limited to 'widget/windows/moz.build')
-rw-r--r--widget/windows/moz.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/widget/windows/moz.build b/widget/windows/moz.build
index 1e7fc4b021..4a449de95e 100644
--- a/widget/windows/moz.build
+++ b/widget/windows/moz.build
@@ -41,7 +41,6 @@ UNIFIED_SOURCES += [
'nsDataObjCollection.cpp',
'nsDragService.cpp',
'nsIdleServiceWin.cpp',
- 'nsImageClipboard.cpp',
'nsLookAndFeel.cpp',
'nsNativeDragSource.cpp',
'nsNativeDragTarget.cpp',