]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiToolbar.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiToolbar.h
index 31146ee3999c7fff26c43d695a62e35bf0c5010e..636fc973860e8ee4979f48cc072b8bc6e0044aeb 100644 (file)
@@ -111,15 +111,11 @@ private:
        ///
        void showEvent(QShowEvent *);
 
-       ///
-       QString name_;
        ///
        QList<Action *> actions_;
        /// initial visibility flags
        int visibility_;
        ///
-       bool allowauto_;
-       ///
        GuiView & owner_;
        ///
        GuiCommandBuffer * command_buffer_;