Browse Source

Remove comment which is no longer necessary.

We no longer use UTF8 mode on Mac, so wxStrings are now
thread-safe.
merge-requests/1/head
Jeff Young 6 years ago
parent
commit
fd8154d085
  1. 4
      include/wildcards_and_files_ext.h

4
include/wildcards_and_files_ext.h

@ -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…
Cancel
Save