X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fpipelinestate.h;h=5e59330953e9e29f179323a9001b7487da2d65fa;hp=0973bfb5ba16a4c7d04f6f54844ea677149c6c25;hb=a6d84d93ce8c0adde41679a6c6852335e19ada17;hpb=b23a9af95c65c01d949153fc49e5091aaa7c3d30 diff --git a/source/core/pipelinestate.h b/source/core/pipelinestate.h index 0973bfb5..5e593309 100644 --- a/source/core/pipelinestate.h +++ b/source/core/pipelinestate.h @@ -79,7 +79,6 @@ private: const DepthTest *depth_test = 0; const StencilTest *stencil_test = 0; const Blend *blend = 0; - mutable unsigned changes = 0; template void set(T &, T, unsigned);