diff --git a/Bundles/CTags.tmbundle/Support/bin/tmctags b/Bundles/CTags.tmbundle/Support/bin/tmctags index b3d324af9..646e04e75 100755 --- a/Bundles/CTags.tmbundle/Support/bin/tmctags +++ b/Bundles/CTags.tmbundle/Support/bin/tmctags @@ -47,8 +47,6 @@ our $CtagsPGMtmplugin="$ENV{'HOME'}/Library/Application Support/TextMate/PlugIns/TmCodeBrowser.tmplugin/Contents/Resources/ctags"; our $CtagsTimeout=&setFromEnv('TmCtagsTimeout',30); # timeout if ctags does not finish within x seconds - our $AutoJump=&setFromEnv('TmCtagsAutoJump',1); - #our $OkSingleSound=&setFromEnv('TmCtagsOkSingleSound','Ping'); our $OkSingleSound=&setFromEnv('TmCtagsOkSingleSound',''); our $OkMultiSound=&setFromEnv('TmCtagsOkMultiSound','Frog');