performance fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16597 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-01-08 10:50:15 +00:00
parent 9844a3520f
commit cf30cf83c6

View File

@ -125,10 +125,14 @@ public:
///
void boundary(bool b) { boundary_ = b; }
/// are we in mathed?
bool inMathed() const;
/// are we in texted?
bool inTexted() const;
/// are we in mathed?.
/// inlined out because of profiling results under linux when
/// opening a document.
inline bool inMathed() const;
/// are we in texted?.
/// inlined out because of profiling results under linux when
/// opening a document.
inline bool inTexted() const;
//
// math-specific part