Skip to content

Commit

Permalink
remove unused summary include
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Aug 27, 2019
1 parent f7dcc7c commit c49938e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 57 deletions.
1 change: 0 additions & 1 deletion src/include/network/complex.rb
Expand Up @@ -42,7 +42,6 @@ def initialize_network_complex(include_target)
Yast.import "Summary"

Yast.include include_target, "network/routines.rb"
Yast.include include_target, "network/summary.rb"
end

# Used for initializing the description variable (ifcfg[NAME])
Expand Down
1 change: 0 additions & 1 deletion src/include/network/lan/address.rb
Expand Up @@ -47,7 +47,6 @@ def initialize_network_lan_address(include_target)
Yast.import "ProductFeatures"
Yast.import "String"

Yast.include include_target, "network/summary.rb"
Yast.include include_target, "network/lan/help.rb"
Yast.include include_target, "network/lan/hardware.rb"
Yast.include include_target, "network/complex.rb"
Expand Down
1 change: 0 additions & 1 deletion src/include/network/lan/complex.rb
Expand Up @@ -54,7 +54,6 @@ def initialize_network_lan_complex(include_target)
Yast.import "LanItems"

Yast.include include_target, "network/routines.rb"
Yast.include include_target, "network/summary.rb"
Yast.include include_target, "network/lan/help.rb"
Yast.include include_target, "network/services/routing.rb"
Yast.include include_target, "network/services/dns.rb"
Expand Down
1 change: 0 additions & 1 deletion src/include/network/lan/hardware.rb
Expand Up @@ -44,7 +44,6 @@ def initialize_network_lan_hardware(include_target)
Yast.import "Popup"
Yast.import "Wizard"
Yast.import "LanItems"
Yast.include include_target, "network/summary.rb"
Yast.include include_target, "network/routines.rb"
Yast.include include_target, "network/lan/cards.rb"

Expand Down
53 changes: 0 additions & 53 deletions src/include/network/summary.rb

This file was deleted.

0 comments on commit c49938e

Please sign in to comment.