summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/fxcrt/fx_stream.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/fxcrt/fx_stream.h b/core/fxcrt/fx_stream.h
index 51a602dfb5..f77da29de3 100644
--- a/core/fxcrt/fx_stream.h
+++ b/core/fxcrt/fx_stream.h
@@ -165,12 +165,6 @@ class CFindFileDataA : public CFindFileData {
~CFindFileDataA() override {}
WIN32_FIND_DATAA m_FindData;
};
-
-class CFindFileDataW : public CFindFileData {
- public:
- ~CFindFileDataW() override {}
- WIN32_FIND_DATAW m_FindData;
-};
#endif
#endif // CORE_FXCRT_FX_STREAM_H_