diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/mtypes.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 274dbd534b4..56ab614d312 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2794,13 +2794,6 @@ struct gl_shader_program struct exec_list EmptyUniformLocations; /** - * Size of the gl_ClipDistance array that is output from the last pipeline - * stage before the fragment shader. - */ - unsigned LastClipDistanceArraySize; - unsigned LastCullDistanceArraySize; - - /** * Total number of explicit uniform location including inactive uniforms. */ unsigned NumExplicitUniformLocations; |