]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_mem.cpp
Fixed size buffers are not a good thing. Period.
[wxWidgets.git] / src / common / fs_mem.cpp
index 93e51c7625bdcc14edadee29ff5690c76cebc272..b3c156edd6881a9077c85cdfb5b4675173964b25 100644 (file)
@@ -70,7 +70,6 @@ wxHashTable *wxMemoryFSHandler::m_Hash = NULL;
 
 wxMemoryFSHandler::wxMemoryFSHandler() : wxFileSystemHandler()
 {
-    m_Hash = NULL;
 }