From d0f9747ddde1fdbeec476447aee28df898a2a912 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Mon, 3 Nov 2014 16:33:50 +0100 Subject: [PATCH] do not publish private variables --- src/modules/Bootloader.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/modules/Bootloader.rb b/src/modules/Bootloader.rb index 80f74b97a..6df96ac1a 100644 --- a/src/modules/Bootloader.rb +++ b/src/modules/Bootloader.rb @@ -833,23 +833,14 @@ def handle_failed_write publish :function => :Reset, :type => "void ()" publish :function => :Write, :type => "boolean ()" publish :function => :FlagOnetimeBoot, :type => "boolean (string)" - publish :function => :ReadOrProposeIfNeeded, :type => "void ()" publish :function => :getDefaultSection, :type => "string ()" publish :function => :getKernelParam, :type => "string (string, string)" publish :function => :getLoaderType, :type => "string ()" publish :variable => :proposed_cfg_changed, :type => "boolean" - publish :function => :blExport, :type => "map ()" - publish :function => :blImport, :type => "boolean (map)" publish :function => :blRead, :type => "boolean (boolean, boolean)" - publish :function => :blReset, :type => "void (boolean)" - publish :function => :blPropose, :type => "void ()" publish :function => :blSave, :type => "boolean (boolean, boolean, boolean)" - publish :function => :blSummary, :type => "list ()" - publish :function => :blUpdate, :type => "void ()" - publish :function => :blWrite, :type => "boolean ()" publish :function => :blWidgetMaps, :type => "map > ()" publish :function => :blDialogs, :type => "map ()" - publish :function => :blFlagOnetimeBoot, :type => "boolean (string)" publish :variable => :test_abort, :type => "boolean ()" publish :function => :ResetEx, :type => "void (boolean)" publish :function => :Summary, :type => "list ()"