Skip to content

Commit bdbbd33

Browse files
committed
menu applet: Remove dead code.
1 parent 393ff18 commit bdbbd33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

files/usr/share/cinnamon/applets/[email protected]/applet.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,6 @@ class ApplicationContextMenuItem extends PopupMenu.PopupBaseMenuItem {
392392
case "uninstall":
393393
Util.spawnCommandLine("/usr/bin/cinnamon-remove-application '" + this._appButton.app.get_app_info().get_filename() + "'");
394394
break;
395-
case "run_with_nvidia_gpu":
396-
Util.spawnCommandLine("optirun gtk-launch " + this._appButton.app.get_id());
397-
break;
398395
case "offload_launch":
399396
try {
400397
this._appButton.app.launch_offloaded(0, [], -1);

0 commit comments

Comments
 (0)