aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vis.h b/vis.h
index b5a27fe..674178b 100644
--- a/vis.h
+++ b/vis.h
@@ -189,8 +189,6 @@ void vis_update(Vis*);
* @rst
* .. note:: If the given file name is already opened in another window,
* the underlying File object is shared.
- * .. warning:: This duplication detection is currently based on normalized,
- * absolute file names. TODO: compare inodes instead.
* @endrst
*/
bool vis_window_new(Vis*, const char *filename);