Squash compilation warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9477 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-01-14 15:15:20 +00:00
parent 0000f13867
commit ccf68562d4
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-01-14 Angus Leeming <leeming@lyx.org>
* lyx_gui.C (start): remove unused variables xpos and ypos.
2005-01-07 Ruurd Reitsma <rareitsma@yahoo.com>
* qfont_metrics.C (ascent, descent): correct the metrics returned

View File

@ -183,8 +183,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;