mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
remove unused vars
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6560 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
57740239af
commit
2c396b4c89
@ -1,3 +1,7 @@
|
||||
2003-03-23 John Levon <levon@movementarian.org>
|
||||
|
||||
* lyx_gui.C: remove unused variables
|
||||
|
||||
2003-03-22 John Levon <levon@movementarian.org>
|
||||
|
||||
* qscreen.C: remove "internal" parameter, unused
|
||||
|
@ -131,8 +131,6 @@ void lyx_gui::parse_lyxrc()
|
||||
void lyx_gui::start(string const & batch, vector<string> const & files)
|
||||
{
|
||||
// initial geometry
|
||||
int xpos = -1;
|
||||
int ypos = -1;
|
||||
unsigned int width = 690;
|
||||
unsigned int height = 510;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user