mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Remove the using std::difftime declaration.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4404 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9427955c97
commit
dccad7aed8
@ -1,3 +1,7 @@
|
||||
2002-06-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* inseetexternal.C: remove the using std::difftime declaration.
|
||||
|
||||
2002-06-13 Edwin Leuven <leuven@fee.uva.nl>
|
||||
|
||||
* insetquotes.C: change lyxfont::draw to font_metrics::draw
|
||||
|
@ -36,10 +36,6 @@
|
||||
#include <utility>
|
||||
|
||||
|
||||
#ifndef CXX_GLOBAL_CSTD
|
||||
using std::difftime;
|
||||
#endif
|
||||
|
||||
using std::ostream;
|
||||
using std::endl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user