]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Alfredo's second patch
[lyx.git] / src / lyxtext.h
index 3a8a05644b1f182b2ccdd089d27074aee86d96e7..7e44bfb02ce1c21cc425cecbb0a62628554ba846 100644 (file)
@@ -419,10 +419,6 @@ public:
        void copySelection();
        ///
        void pasteSelection();
-       ///
-       void copyEnvironmentType();
-       ///
-       void pasteEnvironmentType();
 
        /** the DTP switches for paragraphs. LyX will store the top settings
         always in the first physical paragraph, the bottom settings in the
@@ -505,12 +501,6 @@ private:
            */
        void redoDrawingOfParagraph(LyXCursor const & cursor);
 
-       /** Copybuffer for copy environment type.
-         Asger has learned that this should be a buffer-property instead
-         Lgb has learned that 'char' is a lousy type for non-characters
-         */
-       string copylayouttype;
-
        /// removes the row and reset the touched counters
        void removeRow(RowList::iterator rit);