diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-03 22:09:21 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-03 22:09:21 +0200 |
commit | ce594b49caa5a38426ca624b0b0beaf209f5a947 (patch) | |
tree | 5ae6e3b21b2b3c007f08fe27147b4b470ba95f7d /image | |
parent | 5d4f11bfaf45a29ffd00ace764a45eebba61bdbc (diff) | |
download | uxp-ce594b49caa5a38426ca624b0b0beaf209f5a947.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 the rest of js, caps, chrome, config, devtools, docshell,
image, intl. More to come.
Diffstat (limited to 'image')
-rw-r--r-- | image/decoders/icon/gtk/nsIconChannel.cpp | 1 | ||||
-rw-r--r-- | image/decoders/nsICODecoder.cpp | 1 | ||||
-rw-r--r-- | image/decoders/nsICODecoder.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/image/decoders/icon/gtk/nsIconChannel.cpp b/image/decoders/icon/gtk/nsIconChannel.cpp index b014e4c048..020f19c99e 100644 --- a/image/decoders/icon/gtk/nsIconChannel.cpp +++ b/image/decoders/icon/gtk/nsIconChannel.cpp @@ -1,4 +1,3 @@ -/* vim:set ts=2 sw=2 sts=2 cin et: */ /* 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/image/decoders/nsICODecoder.cpp b/image/decoders/nsICODecoder.cpp index 633bb12552..b44f4cea97 100644 --- a/image/decoders/nsICODecoder.cpp +++ b/image/decoders/nsICODecoder.cpp @@ -1,4 +1,3 @@ -/* vim:set tw=80 expandtab softtabstop=2 ts=2 sw=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/image/decoders/nsICODecoder.h b/image/decoders/nsICODecoder.h index e33550fc54..7f51c7333f 100644 --- a/image/decoders/nsICODecoder.h +++ b/image/decoders/nsICODecoder.h @@ -1,4 +1,3 @@ -/* vim:set tw=80 expandtab softtabstop=4 ts=4 sw=4: */ /* 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/. */ |