Skip to content

Commit

Permalink
comment out all keykit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vizicist committed Dec 17, 2023
1 parent 6009537 commit d90dc43
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.86
7.87
2 changes: 2 additions & 0 deletions cmd/palette/palette.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,15 @@ func StatusOutput() (statusOut string, numRunning int) {
nrunning++
}

/*
b, _ := kit.GetParamBool("global.keykitrun")
if b {
if kit.IsRunning("keykit") {
s += "Keykit is running.\n"
nrunning++
}
}
*/

mmtt := os.Getenv("PALETTE_MMTT")
if mmtt != "" {
Expand Down
1 change: 0 additions & 1 deletion diffpatch.bat

This file was deleted.

1 change: 0 additions & 1 deletion diffsound.bat

This file was deleted.

1 change: 0 additions & 1 deletion diffvisual.bat

This file was deleted.

4 changes: 2 additions & 2 deletions kit/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ var GuiExe = "palette_gui.exe"
var ChatExe = "palette_chat.exe"
var BiduleExe = "bidule.exe"
var ResolumeExe = "avenue.exe"
var KeykitExe = "key.exe"
// var KeykitExe = "key.exe"
var MmttExe = "mmtt_kinect.exe"
var ObsExe = "obs64.exe"

func KillAllExceptMonitor() {
LogInfo("KillAll")
// XXX - Unfortunate that this is hard-coded.
KillExecutable(KeykitExe)
// KillExecutable(KeykitExe)
KillExecutable(MmttExe)
KillExecutable(BiduleExe)
KillExecutable(ResolumeExe)
Expand Down
Binary file added release/palette_7.87_win_setup.exe
Binary file not shown.

0 comments on commit d90dc43

Please sign in to comment.