]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormRef.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormRef.h
index ca2023011444e8a60229b5d956943f54f564a5b7..a77b4f4ebda75ab5bc84da4ecd94ca9f5572edfc 100644 (file)
@@ -27,20 +27,8 @@ public:
        FormRef(LyXView *, Dialogs *);
        ///
        ~FormRef();
-private:
        ///
-       enum Type {
-               ///
-               REF,
-               ///
-               PAGEREF,
-               ///
-               VREF,
-               ///
-               VPAGEREF,
-               ///
-               PRETTYREF
-       };
+private:
        ///
        enum Goto {
                ///
@@ -69,10 +57,6 @@ private:
        void updateBrowser(std::vector<string> const &) const;
        ///
        FD_form_ref * build_ref();
-       ///
-       Type getType() const;
-       ///
-       string const getName(Type type) const;
 
        ///
        Goto toggle;