diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-05 15:53:29 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-05 15:53:29 +0200 |
commit | e7e10ab2877db24976858b840ba9f649023d7642 (patch) | |
tree | 4878d0a2aadff61b7baa2963b87b85066597cb63 /accessible/generic | |
parent | b9da018639cc0e3e6bb3d90cf195060df318953a (diff) | |
download | uxp-e7e10ab2877db24976858b840ba9f649023d7642.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 accessible, [root], tools, uriloader, widget, xpcom and
xpfe.
Resolves #1656
Diffstat (limited to 'accessible/generic')
-rw-r--r-- | accessible/generic/ApplicationAccessible.cpp | 2 | ||||
-rw-r--r-- | accessible/generic/ApplicationAccessible.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/accessible/generic/ApplicationAccessible.cpp b/accessible/generic/ApplicationAccessible.cpp index ae8ca27e31..8b62193ffd 100644 --- a/accessible/generic/ApplicationAccessible.cpp +++ b/accessible/generic/ApplicationAccessible.cpp @@ -1,6 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:expandtab:shiftwidth=2:tabstop=2: - */ /* 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/accessible/generic/ApplicationAccessible.h b/accessible/generic/ApplicationAccessible.h index 7609a86e25..0e18092dd8 100644 --- a/accessible/generic/ApplicationAccessible.h +++ b/accessible/generic/ApplicationAccessible.h @@ -1,6 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:expandtab:shiftwidth=2:tabstop=2: - */ /* 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/. */ |