1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-21 08:22:05 +03:00

Remove some unused code

This commit is contained in:
Stefan Haller
2025-07-08 15:14:45 +02:00
parent 5587d70ec9
commit 28bb6a0e80
3 changed files with 0 additions and 33 deletions

View File

@ -79,9 +79,6 @@ func (self *CmdObjBuilder) CloneWithNewRunner(decorate func(ICmdObjRunner) ICmdO
}
}
const CHARS_REQUIRING_QUOTES = "\"\\$` "
// If you update this method, be sure to update CHARS_REQUIRING_QUOTES
func (self *CmdObjBuilder) Quote(message string) string {
var quote string
if self.platform.OS == "windows" {