Cleanup: Remove unused method BatchUpdater::discard_batch.

Batch discarding is done by the owner of the batch.
This commit is contained in:
Jeroen Bakker 2022-12-09 12:28:05 +01:00
parent 255c7f26af
commit 595b302231
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@ class BatchUpdater {
init_batch();
}
void discard_batch()
{
GPU_BATCH_DISCARD_SAFE(info.batch);
}
private:
void ensure_clear_batch()
{