diff options
| author | Martin Ridgers <[email protected]> | 2021-11-11 13:13:32 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-11 13:14:23 +0100 |
| commit | 09453110c8c98fbd89f342a8f34e186a323a8f6a (patch) | |
| tree | 9f13c048745a0e330d9c8a258bf23e86344870bb /zencore/include | |
| parent | NamedEvent is no longer an Event-type object. (diff) | |
| download | zen-09453110c8c98fbd89f342a8f34e186a323a8f6a.tar.xz zen-09453110c8c98fbd89f342a8f34e186a323a8f6a.zip | |
Removed unused u8string_view NamedEvent constructor
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zencore/include/zencore/thread.h b/zencore/include/zencore/thread.h index 2fe7cc63e..6727e5029 100644 --- a/zencore/include/zencore/thread.h +++ b/zencore/include/zencore/thread.h @@ -107,7 +107,6 @@ class NamedEvent public: NamedEvent() = default; ZENCORE_API explicit NamedEvent(std::string_view EventName); - ZENCORE_API explicit NamedEvent(std::u8string_view EventName); ZENCORE_API ~NamedEvent(); ZENCORE_API void Close(); ZENCORE_API void Set(); |