]> git.lyx.org Git - features.git/blobdiff - src/Layout.h
After r40612, the check for isFullUnicode is redundant. So, partially
[features.git] / src / Layout.h
index e5de52df44c5fed23a465fe2eaf489328345aee4..1db9a23a386896ac0248fb08df98c33a34506154 100644 (file)
@@ -96,10 +96,10 @@ public:
        docstring const & preamble() const { return preamble_; }
        /// Get language dependent macro definitions needed for this layout
        /// for language \p lang
-       docstring const langpreamble(Language const * lang, Encoding const & enc, bool const polyglossia, bool const unicode) const;
+       docstring const langpreamble(Language const * lang, Encoding const & enc, bool const polyglossia) const;
        /// Get language and babel dependent macro definitions needed for
        /// this layout for language \p lang
-       docstring const babelpreamble(Language const * lang, Encoding const & enc, bool const polyglossia, bool const unicode) const;
+       docstring const babelpreamble(Language const * lang, Encoding const & enc, bool const polyglossia) const;
        ///
        std::set<std::string> const & requires() const { return requires_; }
        ///