diff options
author | bptato <nincsnevem662@gmail.com> | 2025-01-06 16:37:29 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2025-01-06 16:37:29 +0100 |
commit | c1ededa968960bea8dc4ba9d608809772797e324 (patch) | |
tree | 2780bcba16225d138c014bd7645dc27ed7ab3e9c /src/local | |
parent | e066acad98c510cfd9bd2593affcbb9673c93dca (diff) | |
download | chawan-c1ededa968960bea8dc4ba9d608809772797e324.tar.gz |
container: remove location
undocumented alias for url; just use the latter.
Diffstat (limited to 'src/local')
-rw-r--r-- | src/local/container.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/local/container.nim b/src/local/container.nim index 5a6699a8..62f2c564 100644 --- a/src/local/container.nim +++ b/src/local/container.nim @@ -227,9 +227,6 @@ proc newContainer*(config: BufferConfig; loaderConfig: LoaderClientConfig; lastPeek: HoverType.high ) -func location(container: Container): URL {.jsfget.} = - return container.url - proc c_rename(oldname, newname: cstring): cint {.importc: "rename", header: "<stdio.h>".} |