Removed unused plugins model

This commit is contained in:
Jaime van Kessel 2019-02-21 15:05:40 +01:00
parent 956b917cd6
commit c2d783bf7a
2 changed files with 1 additions and 3 deletions

View file

@ -130,8 +130,6 @@ UM.PreferencesPage
Column Column
{ {
//: Model used to check if a plugin exists
UM.PluginsModel { id: plugins }
//: Language selection label //: Language selection label
UM.I18nCatalog{id: catalog; name: "cura"} UM.I18nCatalog{id: catalog; name: "cura"}

View file

@ -315,5 +315,5 @@ Item
width: UM.Theme.getSize("setting_control").width width: UM.Theme.getSize("setting_control").width
height: UM.Theme.getSize("setting_control").height height: UM.Theme.getSize("setting_control").height
} }
} }
} }