diff options
Diffstat (limited to 'navigator.c')
-rw-r--r-- | navigator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/navigator.c b/navigator.c index f24b0df..d8336ae 100644 --- a/navigator.c +++ b/navigator.c @@ -49,7 +49,6 @@ void imv_destroy_navigator(struct imv_navigator *nav) nav->num_paths = 0; } -//add a single path item with no other checks static void add_item(struct imv_navigator *nav, const char *path) { struct imv_loop_item *new_item = (struct imv_loop_item*) |