]> git.lyx.org Git - lyx.git/commitdiff
Remove unused 'public slot: void slotEdit();'
authorAngus Leeming <leeming@lyx.org>
Mon, 31 Jan 2005 10:19:22 +0000 (10:19 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 31 Jan 2005 10:19:22 +0000 (10:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9545 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/QGraphics.C
src/frontends/qt2/QGraphics.h

index c6a7e1c9dee7fe7c638819cdb528161f993ae680..70a1e10e9eec64af02fc8d4292f355f5c99b574d 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-31  Angus Leeming  <leeming@lyx.org>
+
+       * QGraphics.[Ch] (slotEdit): unused cruft, so removed.
+
 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * Several files: use convert<> instead of atoi,strToXXX and friends
index 6589682058dfc27ff3f22a9cddb48ee0c59d8746..32b1efe07ba003ca66104a4fc0364592a19ffe17 100644 (file)
@@ -423,11 +423,5 @@ bool QGraphics::isValid()
        return !dialog_->filename->text().isEmpty();
 }
 
-
-void QGraphics::slotEdit()
-{
-       controller().editGraphics();
-}
-
 } // namespace frontend
 } // namespace lyx
index 298a32cfc53733fd35eb200bd614881cbedded6f..503351f5308c979d2052c4e841f73c21d4a14e07 100644 (file)
@@ -31,8 +31,6 @@ public:
        friend class QGraphicsDialog;
        ///
        QGraphics(Dialog &);
-public slots:
-       void slotEdit();
 protected:
        virtual bool isValid();
 private: