remove unused width()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4426 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-06-19 03:16:15 +00:00
parent 6001d0f307
commit 059bf8b486
2 changed files with 4 additions and 2 deletions

View 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

View 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;