diff options
author | bptato <nincsnevem662@gmail.com> | 2021-08-05 17:05:20 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-08-05 17:05:20 +0200 |
commit | 69a0f081e6eefdd6a52b0da6586100349b1a6ea8 (patch) | |
tree | 23a61bc20918809fb99927071feca01a55e37c92 /src/main.nim | |
parent | caad7b577162a73524277a943050493c489bfb59 (diff) | |
download | chawan-69a0f081e6eefdd6a52b0da6586100349b1a6ea8.tar.gz |
more stuff
Diffstat (limited to 'src/main.nim')
-rw-r--r-- | src/main.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.nim b/src/main.nim index 92d6b3b9..7912a431 100644 --- a/src/main.nim +++ b/src/main.nim @@ -38,8 +38,6 @@ proc getPageUri(uri: Uri): Stream = var buffers: seq[Buffer] -const defaultcss = staticRead"../res/default.css" - proc main*() = if paramCount() != 1: eprint "Invalid parameters. Usage:\ntwt <url>" |