diff options
author | Federico Mena Quintero <federico@novell.com> | 2009-09-10 15:36:15 -0500 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2009-10-15 22:06:17 +0200 |
commit | 9efa64fba5d9fe0c2eeb08ce56f53af04800d58f (patch) | |
tree | 395af842fa35a77b726f485746400069dd28d49b /gtk/gtkfilesystemmodel.c | |
parent | 55a04b1da0f41ba3291c403c7498e5f03ad5880b (diff) | |
download | gtk+-9efa64fba5d9fe0c2eeb08ce56f53af04800d58f.tar.gz |
Remove obsolete comment
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'gtk/gtkfilesystemmodel.c')
-rw-r--r-- | gtk/gtkfilesystemmodel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkfilesystemmodel.c b/gtk/gtkfilesystemmodel.c index e5dad79483..d8ae27d66b 100644 --- a/gtk/gtkfilesystemmodel.c +++ b/gtk/gtkfilesystemmodel.c @@ -98,8 +98,6 @@ * * You never access a node->row directly. Instead, call node_get_tree_row(). That function will validate the nodes * up to the sought one if the node is not valid yet, and it will return a proper 0-based row. - * - * TODO: replace "indices" for "rows", prefix all variables with i_ or r_ as appropriate. Te quedaste en "AQUI". */ /*** DEFINES ***/ |