mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +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
|
@ -13,11 +13,6 @@ namespace Web::HTML {
|
|||
|
||||
JS_DEFINE_ALLOCATOR(DataTransferItemList);
|
||||
|
||||
JS::NonnullGCPtr<DataTransferItemList> DataTransferItemList::construct_impl(JS::Realm& realm)
|
||||
{
|
||||
return realm.heap().allocate<DataTransferItemList>(realm, realm);
|
||||
}
|
||||
|
||||
DataTransferItemList::DataTransferItemList(JS::Realm& realm)
|
||||
: PlatformObject(realm)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue