mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Minor refactoring to kill various Rubocop warnings
This commit is contained in:
@@ -1180,10 +1180,10 @@ module Compiler
|
||||
)
|
||||
changed = true
|
||||
end
|
||||
if false # deletedRoute
|
||||
insertMoveRouteAt.call(list,list.length-1,deletedRoute)
|
||||
changed = true
|
||||
end
|
||||
# if deletedRoute
|
||||
# insertMoveRouteAt.call(list,list.length-1,deletedRoute)
|
||||
# changed = true
|
||||
# end
|
||||
end
|
||||
when 101 # Show Text
|
||||
# Capitalise/decapitalise various text formatting codes
|
||||
|
||||
Reference in New Issue
Block a user