summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-02-20 21:50:50 +0100
committerErik Faye-Lund <[email protected]>2019-02-24 20:53:37 +0100
commit7a6a5d4bfa58036c1d5fad0596721616419b9327 (patch)
tree7f26881578c30d61e8064173126048c4782c13d2 /src/mesa/Makefile.sources
parent021c4961356c4b56b35d34b566e6f5f87d21fe34 (diff)
st/mesa: remove unused header-file
This header has been unused since f8f2520e88c ("st/mesa: Remove unnecessary headers"). And in the more than 8 years since, this hasn't been useful. So let's just get rid of it. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index 05d2f8a08ee..1e25f47e509 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -444,7 +444,6 @@ STATETRACKER_FILES = \
state_tracker/st_atom_sampler.c \
state_tracker/st_atom_scissor.c \
state_tracker/st_atom_shader.c \
- state_tracker/st_atom_shader.h \
state_tracker/st_atom_stipple.c \
state_tracker/st_atom_storagebuf.c \
state_tracker/st_atom_tess.c \