diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-04 03:33:25 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-04 03:33:25 +0200 |
commit | 1e50ffb192d492f532a7bad2b977efdeda86d165 (patch) | |
tree | b7dab86f61f4b570b417c1755fbfdd97ec929c0c /dom/interfaces/apps | |
parent | ce594b49caa5a38426ca624b0b0beaf209f5a947 (diff) | |
download | uxp-1e50ffb192d492f532a7bad2b977efdeda86d165.tar.gz |
Issue #1656 - Remove more vim control lines.
Vim control lines were re-introduced or not entirely cleaned up.
This nukes them again.
Removing from dom. More to come.
Diffstat (limited to 'dom/interfaces/apps')
-rw-r--r-- | dom/interfaces/apps/mozIApplication.idl | 4 | ||||
-rw-r--r-- | dom/interfaces/apps/mozIApplicationClearPrivateDataParams.idl | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dom/interfaces/apps/mozIApplication.idl b/dom/interfaces/apps/mozIApplication.idl index 7aa2b8d290..3ec506cdba 100644 --- a/dom/interfaces/apps/mozIApplication.idl +++ b/dom/interfaces/apps/mozIApplication.idl @@ -1,7 +1,5 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=8 et : - */ -/* This Source Code Form is subject to the terms of the Mozilla Public + * 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 http://mozilla.org/MPL/2.0/. */ diff --git a/dom/interfaces/apps/mozIApplicationClearPrivateDataParams.idl b/dom/interfaces/apps/mozIApplicationClearPrivateDataParams.idl index c08deac103..924fc3f2d3 100644 --- a/dom/interfaces/apps/mozIApplicationClearPrivateDataParams.idl +++ b/dom/interfaces/apps/mozIApplicationClearPrivateDataParams.idl @@ -1,7 +1,5 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=8 et : - */ -/* This Source Code Form is subject to the terms of the Mozilla Public + * 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 http://mozilla.org/MPL/2.0/. */ |