mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
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:
parent
0000f13867
commit
ccf68562d4
@ -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>
|
2005-01-07 Ruurd Reitsma <rareitsma@yahoo.com>
|
||||||
|
|
||||||
* qfont_metrics.C (ascent, descent): correct the metrics returned
|
* qfont_metrics.C (ascent, descent): correct the metrics returned
|
||||||
|
@ -183,8 +183,6 @@ void lyx_gui::parse_lyxrc()
|
|||||||
void lyx_gui::start(string const & batch, vector<string> const & files)
|
void lyx_gui::start(string const & batch, vector<string> const & files)
|
||||||
{
|
{
|
||||||
// initial geometry
|
// initial geometry
|
||||||
int xpos = -1;
|
|
||||||
int ypos = -1;
|
|
||||||
unsigned int width = 690;
|
unsigned int width = 690;
|
||||||
unsigned int height = 510;
|
unsigned int height = 510;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user