Skip to content

Commit b02e99f

Browse files
committed
cleaning
1 parent c3c11f5 commit b02e99f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Tutorial-o-Matic/src/main/groovy/ToM_actions.groovy

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,6 @@ class ToM_actions{
108108
return myAction
109109
}
110110

111-
// def static getActionInstructions(accion){
112-
// def miPath = getMenuEntryPath(accion)
113-
// def menuPath = getMenuPath(miPath)
114-
// def keyStroke = getKeyStroke(miPath[-1])
115-
// def label = getLabel(miPath[-1])
116-
// def instr1 = textUtils.format(actionInstruction1, apos(menuPath), apos(label))
117-
// def instr2 = keyStroke?textUtils.format(actionInstruction2, apos(keyStroke)):""
118-
// return htmlUtils.join(instr1,"", instr2).replace('\n','')
119-
// }
120-
121111
def static apos(String texto){
122112
return "\'" + texto + "\'"
123113
}

0 commit comments

Comments
 (0)