Skip to content

Commit

Permalink
remove manual edit widget as it is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 2, 2014
1 parent 2e12760 commit aacb644
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions src/include/bootloader/routines/global_widgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -335,37 +335,6 @@ def LoaderTypeStore(widget, event)
nil
end

# manual edit button

# Handle function of a widget
# @param [String] key any widget key
# @param [Hash] event map event description of event that occured
# @return [Symbol] to return to wizard sequencer, or nil
def manualEditHandle(key, event)
event = deep_copy(event)
:manual
end

# Get map of widget
# @return a map of widget
def getManualEditWidget
# "help" : getManualEditHelp (),
{
"widget" => :custom,
"custom_widget" => HBox(
HStretch(),
# pushbutton
PushButton(Id(:manual), _("E&dit Configuration Files")),
HStretch()
),
"handle_events" => [:manual],
"handle" => fun_ref(
method(:manualEditHandle),
"symbol (string, map)"
)
}
end

# reset menu button


Expand Down

0 comments on commit aacb644

Please sign in to comment.