aboutsummaryrefslogtreecommitdiff
path: root/c/common.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-17 00:55:11 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-17 00:55:11 +0200
commitda04598319bf3ab9d240bbec993222623a4ab85d (patch)
tree5badb5de8abd1dd16f847d3c59a4e0d6a9e011e9 /c/common.h
parent03fe36165b6767bc4e0d26bf1b1de38fdff3f75e (diff)
downloadEpisodeBrowser-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/common.h b/c/common.h
index 4b28360..76f3d6e 100644
--- a/c/common.h
+++ b/c/common.h
@@ -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);