stupid accidental commit. Sorry !

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6538 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-03-19 15:01:29 +00:00
parent 0623d1f074
commit ce5979004b

View File

@ -82,8 +82,6 @@ int LyXText::top_y() const
row && row != anchor_row_; row = row->next()) {
y += row->height();
}
lyxerr << "Returning y as " << y << endl;
lyxerr << "But row->y is " << anchor_row_->y() << endl;
return y + anchor_row_offset_;
}