]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Next step in fixing problems noted by Vincent: Remove magic boolean from
[lyx.git] / src / Buffer.h
index dafb61ec88e28bf1396ad9dde3b0e65f9470acb4..54e66ab3dd0c6a95224511aa8c1e48d4946f77a0 100644 (file)
@@ -427,7 +427,7 @@ public:
        // Macro handling
        //
        /// Collect macro definitions in paragraphs
-       void updateMacros(bool record_docit = false) const;
+       void updateMacros() const;
        /// Iterate through the whole buffer and try to resolve macros
        void updateMacroInstances() const;