diff options
author | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
commit | 124d53800e69287d67cb7fd1ce8cb40dbc43dafc (patch) | |
tree | 02f1bc536c45cb4a9ff9ca6435f70eae543c6bbf /c_ldirs.go | |
parent | cool (diff) | |
download | hardflip-124d53800e69287d67cb7fd1ce8cb40dbc43dafc.tar.gz hardflip-124d53800e69287d67cb7fd1ce8cb40dbc43dafc.tar.bz2 hardflip-124d53800e69287d67cb7fd1ce8cb40dbc43dafc.tar.xz hardflip-124d53800e69287d67cb7fd1ce8cb40dbc43dafc.tar.zst hardflip-124d53800e69287d67cb7fd1ce8cb40dbc43dafc.zip |
deleting
Diffstat (limited to 'c_ldirs.go')
-rw-r--r-- | c_ldirs.go | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -121,19 +121,3 @@ func (ldirs *DirsList) count() (int, int) { } return count_dirs, count_hosts } - -func (dir *DirsNode) is_dir() bool { - return true -} - -func (dir *DirsNode) get_id() int { - return dir.ID -} - -func (dir *DirsNode) get_self_dirs() *DirsNode { - return dir -} - -func (dir *DirsNode) get_self_host() *HostNode { - return nil -} |