remove reference to minify-quotes
This commit is contained in:
parent
251e70e869
commit
34d5c059e0
1 changed files with 0 additions and 2 deletions
|
|
@ -201,8 +201,6 @@ int main(int argc, char* argv[])
|
|||
string_processors(sh);
|
||||
minify_generic(sh);
|
||||
}
|
||||
if(options["minify-quotes"])
|
||||
minify_quotes(sh);
|
||||
if(options["minify-var"])
|
||||
minify_var( sh, re_var_exclude );
|
||||
if(options["minify-fct"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue