Remove comment which is no longer necessary.
We no longer use UTF8 mode on Mac, so wxStrings are now thread-safe.
This commit is contained in:
parent
80df7a7443
commit
fd8154d085
|
@ -109,10 +109,6 @@ wxString AddFileExtListToFilter( const std::vector<std::string>& aExts );
|
|||
*/
|
||||
wxString formatWildcardExt( const wxString& aWildcard );
|
||||
|
||||
// Do NOT use wxString for these. wxStrings are not thread-safe, even when const. (For the
|
||||
// curious the UTF8 cacheing strategy puts iterators in a linked list. Insertion and removal
|
||||
// from the linked list is not thread-safe.)
|
||||
|
||||
extern const std::string SchematicSymbolFileExtension;
|
||||
extern const std::string SchematicLibraryFileExtension;
|
||||
extern const std::string SchematicBackupFileExtension;
|
||||
|
|
Loading…
Reference in New Issue