From: Richard Kimberly Heck Date: Tue, 17 Nov 2020 06:39:59 +0000 (-0500) Subject: No problems in two years. Do not need to run updateMacros there. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7a72792228c665d0fc7d4dc641393d61081b4fe3;p=features.git No problems in two years. Do not need to run updateMacros there. --- 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;