diff options
author | Timothy Arceri <[email protected]> | 2015-07-04 08:34:32 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2015-07-22 13:34:45 +1000 |
commit | fcc1949cc4d97d8ed714020d5b86b31b70eca774 (patch) | |
tree | c62123e4129fb12ce347100c1cde1def860a136d /src/mesa/main | |
parent | 13322a6590b9e64a9a9f8dd304898e9ab6bedd49 (diff) |
mesa: fix misleading comment
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/shader_query.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_query.cpp index d562a90d2b2..c8d3687faa6 100644 --- a/src/mesa/main/shader_query.cpp +++ b/src/mesa/main/shader_query.cpp @@ -787,8 +787,6 @@ program_resource_location(struct gl_shader_program *shProg, /** * Function implements following location queries: - * glGetAttribLocation - * glGetFragDataLocation * glGetUniformLocation */ GLint |