You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused variable failedPane.
This code causes sphere-setup-assistant to die because it executes
this (initialization) code but doesn't have an image path which can resolve the gif name.
Since failedPane isn't actually used by anything, it seems safe to delete it.
Signed-off-by: Jon Seymour <[email protected]>