summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/a2xx/fd2_program.h
diff options
context:
space:
mode:
authorNeil Roberts <nroberts@igalia.com>2018-10-17 17:38:03 +0200
committerRob Clark <robdclark@gmail.com>2018-10-17 12:44:48 -0400
commitee61790daf46d83d64288b99fb02f17070acb3dc (patch)
tree3f2e598954532da76be130b377c29e136294f252 /src/gallium/drivers/freedreno/a2xx/fd2_program.h
parentafe640b360f4a2df27e3c8a23f786cbd977f8dad (diff)
freedreno: Remove the Emacs mode lines
These are not necessary because the corresponding settings are set via the .dir-locals.el file anyway. Most of them were missing a ‘:’ after “tab-width” which was making Emacs display an annoying warning whenever you open the file. This patch was made with: sed -ri '/-\*- mode:/,/^$/d' \ $(find src/gallium/{drivers,winsys} -name \*.\[ch\] \ -exec grep -l -- '-\*- mode:' {} \+) Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'src/gallium/drivers/freedreno/a2xx/fd2_program.h')
-rw-r--r--src/gallium/drivers/freedreno/a2xx/fd2_program.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/freedreno/a2xx/fd2_program.h b/src/gallium/drivers/freedreno/a2xx/fd2_program.h
index 170b22abee0..d2df829e075 100644
--- a/src/gallium/drivers/freedreno/a2xx/fd2_program.h
+++ b/src/gallium/drivers/freedreno/a2xx/fd2_program.h
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */
-
/*
* Copyright (C) 2012-2013 Rob Clark <robclark@freedesktop.org>
*