remove isMetaInset again that slipped in as result of a merging conflict

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3081 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-11-26 16:52:24 +00:00
parent cd6e293ed7
commit a2f11c1208

View File

@ -103,8 +103,8 @@ public:
Language const * from, Language const * to);
///
bool isMultiLingual(BufferParams const &);
///
///
string const asString(Buffer const *, bool label);
///
string const asString(Buffer const *, pos_type beg, pos_type end,
@ -411,9 +411,4 @@ private:
Pimpl * pimpl_;
};
inline bool isMetaInset(Paragraph const * par, Paragraph::pos_type const pos)
{
return par->getChar(pos) == Paragraph::META_INSET;
}
#endif