]> git.lyx.org Git - features.git/commitdiff
remove unused width()
authorJohn Levon <levon@movementarian.org>
Wed, 19 Jun 2002 03:16:15 +0000 (03:16 +0000)
committerJohn Levon <levon@movementarian.org>
Wed, 19 Jun 2002 03:16:15 +0000 (03:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4426 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/ChangeLog
src/frontends/WorkArea.h

index 16b423d190edfe8977e316e11f4a2c46771f540d..453ca4c060584d329bb90c714d72eb05e101110b 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * WorkArea.h: remove unused method width()
 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * add a nother layer of inderection for calling gui specific
index 091318b0d6a45a3b6a79c3e871e1a3b753df6060..2449b8e4a6d6dd31133cce53157cb6389a0d1f7c 100644 (file)
@@ -40,8 +40,6 @@ public:
        virtual int workWidth() const = 0;
        ///
        virtual int workHeight() const = 0;
-       ///
-       virtual unsigned int width() const = 0;
   
        ///
        virtual int xpos() const = 0;