aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 1a2eac8..1593db5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,8 +26,6 @@ enum encrypt {
This would allow working with different databases with the same ftag
binary and moving the database. */
-/* TODO: add options for encrypting files using GPG */
-
/* Structure that aims at making parsing commands and sub-commands options
* easy. The work is done by the parse_args function. */
struct ftag_command {