소스 검색

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