Skip to content

Commit be86d5f

Browse files
committed
Remove unused mixins
1 parent 254dde0 commit be86d5f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

service/lib/agama/dbus/clients/storage.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222
require "agama/dbus/clients/base"
2323
require "agama/dbus/clients/with_locale"
24-
require "agama/dbus/clients/with_progress"
25-
require "agama/dbus/clients/with_issues"
2624
require "json"
2725

2826
module Agama
@@ -31,8 +29,6 @@ module Clients
3129
# D-Bus client for storage configuration
3230
class Storage < Base
3331
include WithLocale
34-
include WithProgress
35-
include WithIssues
3632

3733
STORAGE_IFACE = "org.opensuse.Agama.Storage1"
3834
private_constant :STORAGE_IFACE

0 commit comments

Comments
 (0)