Merge branch 'mesa_7_7_branch'
[mesa.git] / src / mesa / tnl / t_pipeline.c
index 357ef1e24b5bf4914fe2b3e3b4e31d86eb314ae3..946b29e250f090f8a70bcc33f5b7a11818678b55 100644 (file)
@@ -28,7 +28,6 @@
 #include "main/glheader.h"
 #include "main/context.h"
 #include "main/imports.h"
-#include "main/state.h"
 #include "main/mtypes.h"
 
 #include "t_context.h"
@@ -86,10 +85,6 @@ static GLuint check_input_changes( GLcontext *ctx )
       }
    }
 
-   if (tnl->pipeline.input_changes &&
-      tnl->Driver.NotifyInputChanges) 
-      tnl->Driver.NotifyInputChanges( ctx, tnl->pipeline.input_changes );
-
    return tnl->pipeline.input_changes;
 }