]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiCompleter.h
Remove unused optional argument.
[features.git] / src / frontends / qt4 / GuiCompleter.h
index f5986359de8ef82673455ec0e753d5645a260b7f..5900f7c08c4996538803aaa9977ece688af5e686 100644 (file)
@@ -61,7 +61,7 @@ public:
        /// Update the visibility of the popup and the inline completion.
        /// This method might set the update flags of the cursor to request
        /// a redraw.
-       void updateVisibility(Cursor & cur, bool start, bool keep, bool cursorInView = true);
+       void updateVisibility(Cursor & cur, bool start, bool keep);
        /// Update the visibility of the popup and the inline completion.
        /// This method handles the redraw if needed.
        void updateVisibility(bool start, bool keep);