mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
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:
parent
cd6e293ed7
commit
a2f11c1208
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user