diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-05-08 15:21:23 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-05-08 15:21:23 -0500 |
commit | 0b1c0aa242db6e789e0706f5ebfb9c80f98da9d3 (patch) | |
tree | f5448914e90afc92462fcf90fc93708b43c10061 /indra/newview/lldrawpoolbump.h | |
parent | 3f1f1261869fbf0a40813b5492f49516e82af61a (diff) | |
parent | 06be53fef74de0096c16bd9284565e5ee7ec623f (diff) |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/lldrawpoolbump.h')
-rw-r--r-- | indra/newview/lldrawpoolbump.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolbump.h b/indra/newview/lldrawpoolbump.h index 840af0c99d..b1fe454c72 100644 --- a/indra/newview/lldrawpoolbump.h +++ b/indra/newview/lldrawpoolbump.h @@ -53,7 +53,6 @@ public: LLDrawPoolBump(); /*virtual*/ void prerender() override; - void pushBatch(LLDrawInfo& params, bool texture, bool batch_textures = false) override; void pushBumpBatches(U32 type); void renderGroup(LLSpatialGroup* group, U32 type, bool texture) override; |