From 7a72792228c665d0fc7d4dc641393d61081b4fe3 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Tue, 17 Nov 2020 01:39:59 -0500 Subject: [PATCH] No problems in two years. Do not need to run updateMacros there. --- src/Buffer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index b5d9e4fecc..fafa0d8100 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -4959,8 +4959,6 @@ void Buffer::updateBuffer(UpdateScope scope, UpdateType utype) const // we will be re-doing the counters and references and such. textclass.counters().reset(); clearReferenceCache(); - // we should not need to do this again? - // updateMacros(); updateBuffer(parit, utype); // this will already have been done by reloadBibInfoCache(); // d->bibinfo_cache_valid_ = true; -- 2.39.5