فهرست منبع

Relocate props pane to BG2 tab

habeebweeb 4 سال پیش
والد
کامیت
c5ba52d349
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/GUI/Panes/BackgroundWindowPanes/PropsPane.cs

+ 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];