]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Toolbar.h
fix tooltips in toolbar
[lyx.git] / src / frontends / Toolbar.h
index ba08defd0ab1cda0e5397f321077fb9d60e47493..77c1bd52d92caecb247201c478f6e1202c385565 100644 (file)
@@ -36,18 +36,6 @@ public:
        ///
        ~Toolbar();
 
-       /// (re)sets the toolbar
-       void set(bool doingmain = false);
-
-       /** this is to be the entry point to the toolbar
-         frame, where you can change the toolbar realtime. */
-       void edit();
-       /// add a new button to the toolbar.
-       void add(int , bool doclean = true);
-       /// name of func instead of kb_action
-       void add(string const & , bool doclean = true);
-       /// invokes the n'th icon in the toolbar
-       void push(int);
        /// update the state of the icons
        void update();