diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-15 14:39:19 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-15 14:39:19 +0200 |
commit | 054dde272820f12b4f3c60ee4c8b7ede47126aa6 (patch) | |
tree | 48646cf011ed28c2ae0af8f4f01dabdd270916fa /widget/moz.build | |
parent | 4cfe5d84de0b8976f8bc5c005ae12ac3adf8f18a (diff) | |
download | UXP-054dde272820f12b4f3c60ee4c8b7ede47126aa6.tar UXP-054dde272820f12b4f3c60ee4c8b7ede47126aa6.tar.gz UXP-054dde272820f12b4f3c60ee4c8b7ede47126aa6.tar.lz UXP-054dde272820f12b4f3c60ee4c8b7ede47126aa6.tar.xz UXP-054dde272820f12b4f3c60ee4c8b7ede47126aa6.zip |
Bug 1344642 - Part 1: Cleanup dom.forms.datepicker related code
Diffstat (limited to 'widget/moz.build')
-rw-r--r-- | widget/moz.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/widget/moz.build b/widget/moz.build index 09192179f..f69f2d87c 100644 --- a/widget/moz.build +++ b/widget/moz.build @@ -65,7 +65,6 @@ XPIDL_SOURCES += [ 'nsIClipboardHelper.idl', 'nsIClipboardOwner.idl', 'nsIColorPicker.idl', - 'nsIDatePicker.idl', 'nsIDisplayInfo.idl', 'nsIDragService.idl', 'nsIDragSession.idl', @@ -151,7 +150,6 @@ UNIFIED_SOURCES += [ 'nsClipboardProxy.cpp', 'nsColorPickerProxy.cpp', 'nsContentProcessWidgetFactory.cpp', - 'nsDatePickerProxy.cpp', 'nsDragServiceProxy.cpp', 'nsFilePickerProxy.cpp', 'nsHTMLFormatConverter.cpp', |