From 579a806c645629fc1401bf76612112bfcc301635 Mon Sep 17 00:00:00 2001 From: zawz Date: Wed, 23 Jun 2021 16:46:57 +0200 Subject: [PATCH] remove unused %include -e option --- src/options.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/options.cpp b/src/options.cpp index c8d00b7..a0971b7 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -81,7 +81,6 @@ ztd::option_set create_include_opts() { ztd::option_set opts; opts.add( - ztd::option('e', false, "Escape double quotes"), ztd::option('C', false, "Don't cd to folder the file is in"), ztd::option('f', false, "Force include even if already included. Don't count as included") );