]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.cpp
Assertion fix.
[lyx.git] / src / LyXFunc.cpp
index a2541330df48aedc2fac11bc9beb9297fda5d26d..e0eafe9b99a036223ca6348a585603557815164a 100644 (file)
@@ -27,7 +27,6 @@
 #include "Buffer.h"
 #include "BufferList.h"
 #include "BufferParams.h"
-#include "bufferview_funcs.h"
 #include "BufferView.h"
 #include "callback.h"
 #include "Color.h"
@@ -116,8 +115,6 @@ namespace fs = boost::filesystem;
 
 namespace lyx {
 
-using bv_funcs::freefont2string;
-
 using frontend::LyXView;
 
 using support::absolutePath;
@@ -151,8 +148,7 @@ namespace Alert = frontend::Alert;
 
 namespace {
 
-bool getLocalStatus(Cursor cursor,
-              FuncRequest const & cmd, FuncStatus & status)
+bool getLocalStatus(Cursor cursor, FuncRequest const & cmd, FuncStatus & status)
 {
        // Try to fix cursor in case it is broken.
        cursor.fixIfBroken();