mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Remove unused DataTransfer-related IDL factories
The IDL for DataTransferItem and DataTransferItemList do not have constructors.
This commit is contained in:
committed by
Andreas Kling
parent
535f03b6cf
commit
34ad67e056
@@ -17,7 +17,6 @@ class DataTransferItemList : public Bindings::PlatformObject {
|
||||
JS_DECLARE_ALLOCATOR(DataTransferItemList);
|
||||
|
||||
public:
|
||||
static JS::NonnullGCPtr<DataTransferItemList> construct_impl(JS::Realm&);
|
||||
virtual ~DataTransferItemList() override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user