commit c7a2011adf92bddf7dd9fc308b1df2c1dde9bef6
Author: Richard Kimberly Heck <[email protected]>
Date: Sat May 5 12:02:10 2018 -0400
Remove unused function.
---
src/Font.h | 5 -----
src/Text3.cpp | 6 ------
2 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/src/Font.h b/src/Font.h
index 8b8ddf8..9ec853d 100644
--- a/src/Font.h
+++ b/src/Font.h
@@ -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
diff --git a/src/Text3.cpp b/src/Text3.cpp
index 572e4bd..9b0f50c 100644
--- a/src/Text3.cpp
+++ b/src/Text3.cpp
@@ -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