diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-17 00:55:11 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-17 00:55:11 +0200 |
commit | da04598319bf3ab9d240bbec993222623a4ab85d (patch) | |
tree | 5badb5de8abd1dd16f847d3c59a4e0d6a9e011e9 /c/common.h | |
parent | 03fe36165b6767bc4e0d26bf1b1de38fdff3f75e (diff) | |
download | EpisodeBrowser-da04598319bf3ab9d240bbec993222623a4ab85d.tar.gz |
Remove TsmFromSz.
If needed in the future, it is possible to simply copy it from the Git
history.
Diffstat (limited to 'c/common.h')
-rw-r--r-- | c/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,7 +3,6 @@ #include <memory> #include <optional> -#include <stdexcept> #include <windows.h> #ifdef UNICODE @@ -12,8 +11,6 @@ #define WA "A" #endif -std::basic_string<TCHAR> TsmFromSz(const char *, int); - struct Win32Error : public std::exception { Win32Error(DWORD); |