mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Remove unused DataTransfer-related IDL factories
The IDL for DataTransferItem and DataTransferItemList do not have constructors.
This commit is contained in:
parent
535f03b6cf
commit
34ad67e056
Notes:
github-actions[bot]
2024-08-22 12:23:10 +00:00
Author: https://github.com/trflynn89
Commit: 34ad67e056
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1158
Reviewed-by: https://github.com/shannonbooth
4 changed files with 0 additions and 12 deletions
|
@ -17,7 +17,6 @@ class DataTransferItem : public Bindings::PlatformObject {
|
|||
JS_DECLARE_ALLOCATOR(DataTransferItem);
|
||||
|
||||
public:
|
||||
static JS::NonnullGCPtr<DataTransferItem> construct_impl(JS::Realm&);
|
||||
virtual ~DataTransferItem() override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue