]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView2.C
Remove unused font variable which caused a warning.
[lyx.git] / src / BufferView2.C
index 2da94d1b357068697583874a94bd02cf73de28ef..6af288a3ab11ee1cdadb3942c325425156011991 100644 (file)
@@ -329,21 +329,6 @@ void BufferView::paste()
 }
 
 
-
-
-void BufferView::insertCorrectQuote()
-{
-       char c;
-
-       if (text->cursor.pos())
-               c = text->cursor.par()->getChar(text->cursor.pos() - 1);
-       else 
-               c = ' ';
-
-       insertInset(new InsetQuotes(c, buffer()->params));
-}
-
-
 /* these functions are for the spellchecker */ 
 string const BufferView::nextWord(float & value)
 {