Просмотр исходного кода

Relocate props pane to BG2 tab

habeebweeb 4 лет назад
Родитель
Сommit
c5ba52d349

+ 0 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/PropsPane.cs

@@ -6,7 +6,6 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
 {
     internal class PropsPane : BasePane
     {
-        private const string translationPrefix = "doguCategory";
         private PropManager propManager;
         private string currentCategory;
         private string SelectedCategory => Constants.doguCategories[this.doguCategoryDropdown.SelectedItemIndex];