Function OSSingleton.globalMenuRemoveItem

Removes the item at index "idx" from the global menu. Note that the indexes of items after the removed item are going to be shifted by one. Note: This method is implemented on macOS.

void globalMenuRemoveItem (
  const(String) menu,
  const(long) idx
) nothrow @nogc;