diff options
| author | RblSb <msrblsb@gmail.com> | 2024-08-02 06:25:45 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2024-08-02 06:25:45 +0300 |
| commit | 7ee893a287c8992196b0b5f51124074fa7c47f4f (patch) | |
| tree | ec32c22b059727ecdd6b909870f97da12aceb097 /src/client/Main.hx | |
| parent | 4df711e1568fedcccb45cd86737d89be6a02e7ad (diff) | |
Streamable support
closes #49
Diffstat (limited to 'src/client/Main.hx')
| -rw-r--r-- | src/client/Main.hx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx index 85db713..cb74ad8 100644 --- a/src/client/Main.hx +++ b/src/client/Main.hx @@ -23,7 +23,6 @@ import js.html.VideoElement; import js.html.WebSocket; using ClientTools; -using StringTools; class Main { static inline var SETTINGS_VERSION = 4; |
