From 582f7e6b7da49b90d2cfccd638bccd4ca279da37 Mon Sep 17 00:00:00 2001 From: sandman Date: Thu, 23 May 2002 20:09:42 +0000 Subject: Removed unused operator<<(ostream&) --- (limited to 'noncore/unsupported/qpdf/fixed.h') diff --git a/noncore/unsupported/qpdf/fixed.h b/noncore/unsupported/qpdf/fixed.h index e42aea0..d073421 100644 --- a/noncore/unsupported/qpdf/fixed.h +++ b/noncore/unsupported/qpdf/fixed.h @@ -180,10 +180,12 @@ template inline fixed sqrt ( const fixed &f ) return fixed ( a1, true ); } +#if 0 // no std::ostream needed in OPIE template inline std::ostream &operator << ( std::ostream &o, const fixed &f ) { o << double( f ); return o; } +#endif #endif -- cgit v0.9.0.2