X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBuffer.h;h=f1bd1f5e795ee7d85513c1217fda43971d8f875a;hb=5b84f11f80d1ec160dbfa312bc2358cfd7abec72;hp=7fc9e4808c386324c88b9bd16aecfe73501f9fa7;hpb=acba847649f89b63a7762a227a3aac2a12fd6b75;p=lyx.git diff --git a/src/Buffer.h b/src/Buffer.h index 7fc9e4808c..f1bd1f5e79 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -621,9 +621,6 @@ public: typedef std::set UserMacroSet; mutable UserMacroSet usermacros; - /// Collect user macro names with optional parameters at loading time - mutable UserMacroSet usermacros_with_opts; - /// Replace the inset contents for insets which InsetCode is equal /// to the passed \p inset_code. void changeRefsIfUnique(docstring const & from, docstring const & to);