mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove unused function.
This commit is contained in:
parent
9c0bea33b6
commit
c7a2011adf
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user