Index: core/fxcrt/fx_ext.h |
diff --git a/core/fxcrt/fx_ext.h b/core/fxcrt/fx_ext.h |
index 7d8529e333dd308d545c03b81c190b2572e3c3eb..737ea849c9cb462a1d9855c5aa0a2cbf7b28b830 100644 |
--- a/core/fxcrt/fx_ext.h |
+++ b/core/fxcrt/fx_ext.h |
@@ -15,12 +15,6 @@ |
#define FX_INVALID_OFFSET static_cast<uint32_t>(-1) |
-// TODO(thestig) Using unique_ptr with ReleaseDeleter is still not ideal. |
-// Come up or wait for something better. This appears in this file rather |
-// than fx_stream.h due to include ordering restrictions. |
-using ScopedFileStream = |
- std::unique_ptr<IFX_SeekableStream, ReleaseDeleter<IFX_SeekableStream>>; |
- |
FX_FLOAT FXSYS_tan(FX_FLOAT a); |
FX_FLOAT FXSYS_logb(FX_FLOAT b, FX_FLOAT x); |
FX_FLOAT FXSYS_strtof(const FX_CHAR* pcsStr, |