diff options
Diffstat (limited to 'components/script/dom/webidls/VoidFunction.webidl')
-rw-r--r-- | components/script/dom/webidls/VoidFunction.webidl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/components/script/dom/webidls/VoidFunction.webidl b/components/script/dom/webidls/VoidFunction.webidl deleted file mode 100644 index 551a69d87e0..00000000000 --- a/components/script/dom/webidls/VoidFunction.webidl +++ /dev/null @@ -1,13 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -/* - * The origin of this IDL file is - * https://heycam.github.io/webidl/#VoidFunction - * - * © Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and - * Opera Software ASA. You are granted a license to use, reproduce - * and create derivative works of this document. - */ - -callback VoidFunction = undefined (); |