Skip to content

Commit

Permalink
clean:remove std::wstring
Browse files Browse the repository at this point in the history
std::wstring is not a proper implemention on Windows, will face cross platform issues
  • Loading branch information
xiaoyifang committed Apr 10, 2023
1 parent 880bf48 commit 7402dcd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mainwindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
#define MIN_THREAD_COUNT 4

using std::set;
using std::wstring;
using std::map;
using std::pair;

Expand Down
1 change: 0 additions & 1 deletion scanpopup.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#define MouseOver MacMouseOver
#endif
#include "base_type.h"
using std::wstring;

/// We use different window flags under Windows and X11 due to slight differences
/// in their behavior on those platforms.
Expand Down

0 comments on commit 7402dcd

Please sign in to comment.