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:
John Levon 2003-03-23 14:58:41 +00:00
parent 57740239af
commit 2c396b4c89
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

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