]> git.lyx.org Git - features.git/commitdiff
revert accidental commit.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 20 May 2008 11:58:34 +0000 (11:58 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 20 May 2008 11:58:34 +0000 (11:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24867 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiClipboard.h

index 5e7e455f06bcb5eb53cf614ed2ed42027a9c6e5e..4bb808cda318b523d3e4ea3c6a81626287c1af0e 100644 (file)
@@ -21,8 +21,6 @@
 namespace lyx {
 namespace frontend {
 
-class QWindowsMimeMetafile;
-
 /**
  * The Qt4 version of the Clipboard.
  */
@@ -54,8 +52,6 @@ private Q_SLOTS:
        void on_dataChanged();
 
 private:
-       /// WMF Mime handler for Windows clipboard.
-       QWindowsMimeMetafile * wmf_mime_;
        bool text_clipboard_empty_;
        bool has_lyx_contents_;
        bool has_graphics_contents_;