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:
Angus Leeming 2002-06-14 16:32:22 +00:00
parent 9427955c97
commit dccad7aed8
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -36,10 +36,6 @@
#include <utility>
#ifndef CXX_GLOBAL_CSTD
using std::difftime;
#endif
using std::ostream;
using std::endl;