diff options
author | Eric Anholt <eric@anholt.net> | 2015-11-25 15:38:55 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2015-12-01 10:24:31 -0800 |
commit | f72923aaead58e6c51a044c1125ee1dccd8c910a (patch) | |
tree | aad5a3bca7a0956e6187bd3d0e9b6d48aea7356c /src/mapi | |
parent | 741f642a6f6dedf51838248894a8a79f3cb53b83 (diff) |
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.py | 1 |
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 041c2f8ddb8..d61f260f528 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 |