From e79be0964abffdaa686988b9338172df8204c4c9 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Mon, 11 Jul 2011 20:22:46 +0000 Subject: Remove the comments setting emands and vim tab width and expansion variables. These were added in r28089 (http://codereview.chromium.org/256059) but are unnecessary bloat for everyone to carry around, even those that don't use emacs or vim. In an earlier change, I added editor config files in src/tools/emacs/ and src/tools/vim/ so users of the appropriate editor can source those instead. BUG=none TEST=none Review URL: http://codereview.chromium.org/7310019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92046 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/proto/chromotocol.gyp | 6 ------ remoting/proto/trace.gyp | 6 ------ remoting/remoting.gyp | 6 ------ 3 files changed, 18 deletions(-) (limited to 'remoting') diff --git a/remoting/proto/chromotocol.gyp b/remoting/proto/chromotocol.gyp index 7a0faf2..0b45a7d 100644 --- a/remoting/proto/chromotocol.gyp +++ b/remoting/proto/chromotocol.gyp @@ -81,9 +81,3 @@ }, ], } - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/remoting/proto/trace.gyp b/remoting/proto/trace.gyp index e75f28d..a77947b 100644 --- a/remoting/proto/trace.gyp +++ b/remoting/proto/trace.gyp @@ -72,9 +72,3 @@ }, ], } - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 4a5763b..094a9d0 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -760,9 +760,3 @@ }, # end of target 'remoting_unittests' ], # end of targets } - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: -- cgit v1.1