summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-09-24 08:15:51 +0200
committerOndrej Holy <oholy@redhat.com>2021-10-25 14:44:25 +0000
commit14a41b71687030093205c11e8b385d630714d676 (patch)
tree5a761b7c09b9e325e3468ddc5f538b9992f1cfd8
parentc3b8e0d6dee8ae8d86cbc47a0745b3e9b2b814e7 (diff)
downloadnautilus-14a41b71687030093205c11e8b385d630714d676.tar.gz
file-operations: Remove obsolete TODO statement
I think that this code is a quite stable after 13 years of production, so this TODO statement can be probably removed :-D
-rw-r--r--src/nautilus-file-operations.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-file-operations.c b/src/nautilus-file-operations.c
index 5fc8af2f3..4e55e076f 100644
--- a/src/nautilus-file-operations.c
+++ b/src/nautilus-file-operations.c
@@ -68,8 +68,6 @@
#include <gdk/gdkwayland.h>
#endif
-/* TODO: TESTING!!! */
-
typedef struct
{
GTimer *time;