summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-11-25 15:38:55 -0800
committerEric Anholt <eric@anholt.net>2015-12-01 10:24:31 -0800
commitf72923aaead58e6c51a044c1125ee1dccd8c910a (patch)
treeaad5a3bca7a0956e6187bd3d0e9b6d48aea7356c /src/mapi
parent741f642a6f6dedf51838248894a8a79f3cb53b83 (diff)
downloadexternal_mesa3d-f72923aaead58e6c51a044c1125ee1dccd8c910a.zip
external_mesa3d-f72923aaead58e6c51a044c1125ee1dccd8c910a.tar.gz
external_mesa3d-f72923aaead58e6c51a044c1125ee1dccd8c910a.tar.bz2
mesa: Remove the python mode bits from gl_enums.py.
emacs whines at me every time I open the file about these unsafe variables, and the file was reformatted from 8 space to 4 space long ago. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/gl_enums.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_enums.py b/src/mapi/glapi/gen/gl_enums.py
index 041c2f8..d61f260 100644
--- a/src/mapi/glapi/gen/gl_enums.py
+++ b/src/mapi/glapi/gen/gl_enums.py
@@ -1,5 +1,4 @@
#!/usr/bin/python2
-# -*- Mode: Python; py-indent-offset: 8 -*-
# (C) Copyright Zack Rusin 2005. All Rights Reserved.
# Copyright (C) 2015 Intel Corporation