Remove unused function.

This commit is contained in:
Richard Kimberly Heck 2018-05-05 12:02:10 -04:00
parent 9c0bea33b6
commit c7a2011adf
2 changed files with 0 additions and 11 deletions

View File

@ -132,11 +132,6 @@ bool operator!=(Font const & font1, Font const & font2)
return !(font1 == font2);
}
/** Returns the current freefont, encoded as a std::string to be passed to the
* frontends. Implemented in Text3.cpp.
*/
std::string const freefont2string();
} // namespace lyx
#endif

View File

@ -346,12 +346,6 @@ static bool doInsertInset(Cursor & cur, Text * text,
}
string const freefont2string()
{
return freefont.toString(toggleall);
}
/// the type of outline operation
enum OutlineOp {
OutlineUp, // Move this header with text down