mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
6001d0f307
commit
059bf8b486
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user