From ec8ec6bb6a6b82cd4369e61d0e3cd4539b9c8295 Mon Sep 17 00:00:00 2001 From: Lulonaut <67191924+Lulonaut@users.noreply.github.com> Date: Thu, 9 Jun 2022 08:43:28 +0200 Subject: unused assets (#155) --- .../notenoughupdates/util/GuiTextures.java | 29 +-------------------- .../assets/notenoughupdates/button20x.png | Bin 170 -> 0 bytes .../assets/notenoughupdates/gamemodes.png | Bin 663 -> 0 bytes .../resources/assets/notenoughupdates/logo_bg.png | Bin 21390 -> 0 bytes .../resources/assets/notenoughupdates/logo_fg.png | Bin 5823 -> 0 bytes .../resources/assets/notenoughupdates/next.png | Bin 3912 -> 0 bytes .../resources/assets/notenoughupdates/next.xcf | Bin 8805 -> 0 bytes .../resources/assets/notenoughupdates/nohup.out | 2 -- .../resources/assets/notenoughupdates/prev.png | Bin 4508 -> 0 bytes .../resources/assets/notenoughupdates/prev.xcf | Bin 8371 -> 0 bytes .../assets/notenoughupdates/prev_unhovered.png | Bin 4553 -> 0 bytes .../resources/assets/notenoughupdates/pv_cata.png | Bin 5019 -> 0 bytes .../assets/notenoughupdates/radial_circle_off.png | Bin 322 -> 0 bytes .../assets/notenoughupdates/radial_circle_on.png | Bin 377 -> 0 bytes .../assets/notenoughupdates/radial_square_off.png | Bin 257 -> 0 bytes .../assets/notenoughupdates/radial_square_on.png | Bin 304 -> 0 bytes .../assets/notenoughupdates/setting_border.png | Bin 411 -> 0 bytes .../assets/notenoughupdates/slider_off.png | Bin 765 -> 0 bytes .../assets/notenoughupdates/slider_on.png | Bin 767 -> 0 bytes 19 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 src/main/resources/assets/notenoughupdates/button20x.png delete mode 100644 src/main/resources/assets/notenoughupdates/gamemodes.png delete mode 100644 src/main/resources/assets/notenoughupdates/logo_bg.png delete mode 100644 src/main/resources/assets/notenoughupdates/logo_fg.png delete mode 100644 src/main/resources/assets/notenoughupdates/next.png delete mode 100644 src/main/resources/assets/notenoughupdates/next.xcf delete mode 100644 src/main/resources/assets/notenoughupdates/nohup.out delete mode 100644 src/main/resources/assets/notenoughupdates/prev.png delete mode 100644 src/main/resources/assets/notenoughupdates/prev.xcf delete mode 100644 src/main/resources/assets/notenoughupdates/prev_unhovered.png delete mode 100644 src/main/resources/assets/notenoughupdates/pv_cata.png delete mode 100644 src/main/resources/assets/notenoughupdates/radial_circle_off.png delete mode 100644 src/main/resources/assets/notenoughupdates/radial_circle_on.png delete mode 100644 src/main/resources/assets/notenoughupdates/radial_square_off.png delete mode 100644 src/main/resources/assets/notenoughupdates/radial_square_on.png delete mode 100644 src/main/resources/assets/notenoughupdates/setting_border.png delete mode 100644 src/main/resources/assets/notenoughupdates/slider_off.png delete mode 100644 src/main/resources/assets/notenoughupdates/slider_on.png diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java b/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java index 48a6915b..ba57537e 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java @@ -8,8 +8,6 @@ public class GuiTextures { public static final ResourceLocation itemPaneTabArrow = new ResourceLocation("notenoughupdates:item_pane_tab_arrow.png"); - //public static final ResourceLocation prev = new ResourceLocation("notenoughupdates:prev.png"); - //public static final ResourceLocation next = new ResourceLocation("notenoughupdates:next.png"); public static final ResourceLocation rightarrow_overlay = new ResourceLocation("notenoughupdates:rightarrow_overlay.png"); public static final ResourceLocation rightarrow = new ResourceLocation("notenoughupdates:rightarrow.png"); @@ -19,8 +17,6 @@ public class GuiTextures { public static final ResourceLocation off = new ResourceLocation("notenoughupdates:off.png"); public static final ResourceLocation on = new ResourceLocation("notenoughupdates:on.png"); public static final ResourceLocation help = new ResourceLocation("notenoughupdates:help.png"); - public static final ResourceLocation slider_off = new ResourceLocation("notenoughupdates:slider_off.png"); - public static final ResourceLocation slider_on = new ResourceLocation("notenoughupdates:slider_on.png"); public static final ResourceLocation slider_off_large = new ResourceLocation("notenoughupdates:slider_off_large.png"); public static final ResourceLocation slider_on_large = new ResourceLocation("notenoughupdates:slider_on_large.png"); public static final ResourceLocation slider_button = new ResourceLocation("notenoughupdates:slider_button.png"); @@ -34,36 +30,17 @@ public class GuiTextures { public static final ResourceLocation item_mask = new ResourceLocation("notenoughupdates:item_mask.png"); public static final ResourceLocation item_haschild = new ResourceLocation("notenoughupdates:item_haschild.png"); + public static final ResourceLocation button_white = new ResourceLocation("notenoughupdates:button_white.png"); public static final ResourceLocation button_tex = new ResourceLocation("notenoughupdates:button.png"); public static final ResourceLocation button_fsr = new ResourceLocation("notenoughupdates:FSR_do_not_texture_this_please.png"); - public static final ResourceLocation setting_border = new ResourceLocation("notenoughupdates:setting_border.png"); - - public static final ResourceLocation button_white = new ResourceLocation("notenoughupdates:button_white.png"); - public static final ResourceLocation colour_selector_dot = - new ResourceLocation("notenoughupdates:colour_selector_dot.png"); - public static final ResourceLocation colour_selector_bar = - new ResourceLocation("notenoughupdates:colour_selector_bar.png"); - public static final ResourceLocation colour_selector_bar_alpha = - new ResourceLocation("notenoughupdates:colour_selector_bar_alpha.png"); - public static final ResourceLocation colour_selector_chroma = - new ResourceLocation("notenoughupdates:colour_selector_chroma.png"); - public static final ResourceLocation accessory_bag_overlay = new ResourceLocation("notenoughupdates:accessory_bag_overlay.png"); public static final ResourceLocation quickcommand_background = new ResourceLocation("notenoughupdates:quickcommand_background.png"); - public static final ResourceLocation gamemodes = new ResourceLocation("notenoughupdates:gamemodes.png"); - public static final ResourceLocation radial_square_off = - new ResourceLocation("notenoughupdates:radial_square_off.png"); - public static final ResourceLocation radial_square_on = new ResourceLocation("notenoughupdates:radial_square_on.png"); - public static final ResourceLocation radial_circle_off = - new ResourceLocation("notenoughupdates:radial_circle_off.png"); - public static final ResourceLocation radial_circle_on = new ResourceLocation("notenoughupdates:radial_circle_on.png"); - public static final ResourceLocation dungeon_chest_worth = new ResourceLocation("notenoughupdates:dungeon_chest_worth.png"); @@ -73,10 +50,6 @@ public class GuiTextures { public static final ResourceLocation auction_view_buttons = new ResourceLocation("notenoughupdates:auction_view_buttons.png"); - public static final ResourceLocation logo = new ResourceLocation("notenoughupdates:logo.png"); - public static final ResourceLocation logo_fg = new ResourceLocation("notenoughupdates:logo_fg.png"); - public static final ResourceLocation logo_bg = new ResourceLocation("notenoughupdates:logo_bg.png"); - public static final ResourceLocation sort_all = new ResourceLocation("notenoughupdates:sort_all.png"); public static final ResourceLocation sort_mob = new ResourceLocation("notenoughupdates:sort_mob.png"); public static final ResourceLocation sort_pet = new ResourceLocation("notenoughupdates:sort_pet.png"); diff --git a/src/main/resources/assets/notenoughupdates/button20x.png b/src/main/resources/assets/notenoughupdates/button20x.png deleted file mode 100644 index 8d723798..00000000 Binary files a/src/main/resources/assets/notenoughupdates/button20x.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/gamemodes.png b/src/main/resources/assets/notenoughupdates/gamemodes.png deleted file mode 100644 index 8a1aa2fa..00000000 Binary files a/src/main/resources/assets/notenoughupdates/gamemodes.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/logo_bg.png b/src/main/resources/assets/notenoughupdates/logo_bg.png deleted file mode 100644 index 188c3126..00000000 Binary files a/src/main/resources/assets/notenoughupdates/logo_bg.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/logo_fg.png b/src/main/resources/assets/notenoughupdates/logo_fg.png deleted file mode 100644 index 1f170cbc..00000000 Binary files a/src/main/resources/assets/notenoughupdates/logo_fg.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/next.png b/src/main/resources/assets/notenoughupdates/next.png deleted file mode 100644 index d215a7e8..00000000 Binary files a/src/main/resources/assets/notenoughupdates/next.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/next.xcf b/src/main/resources/assets/notenoughupdates/next.xcf deleted file mode 100644 index f93cc5b9..00000000 Binary files a/src/main/resources/assets/notenoughupdates/next.xcf and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/nohup.out b/src/main/resources/assets/notenoughupdates/nohup.out deleted file mode 100644 index 14abc1f2..00000000 --- a/src/main/resources/assets/notenoughupdates/nohup.out +++ /dev/null @@ -1,2 +0,0 @@ -using gegl copy -using gegl copy diff --git a/src/main/resources/assets/notenoughupdates/prev.png b/src/main/resources/assets/notenoughupdates/prev.png deleted file mode 100644 index a4ec7743..00000000 Binary files a/src/main/resources/assets/notenoughupdates/prev.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/prev.xcf b/src/main/resources/assets/notenoughupdates/prev.xcf deleted file mode 100644 index e9fecc61..00000000 Binary files a/src/main/resources/assets/notenoughupdates/prev.xcf and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/prev_unhovered.png b/src/main/resources/assets/notenoughupdates/prev_unhovered.png deleted file mode 100644 index f4340fee..00000000 Binary files a/src/main/resources/assets/notenoughupdates/prev_unhovered.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/pv_cata.png b/src/main/resources/assets/notenoughupdates/pv_cata.png deleted file mode 100644 index 46b676e1..00000000 Binary files a/src/main/resources/assets/notenoughupdates/pv_cata.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/radial_circle_off.png b/src/main/resources/assets/notenoughupdates/radial_circle_off.png deleted file mode 100644 index 300cbcfb..00000000 Binary files a/src/main/resources/assets/notenoughupdates/radial_circle_off.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/radial_circle_on.png b/src/main/resources/assets/notenoughupdates/radial_circle_on.png deleted file mode 100644 index 4d5cc862..00000000 Binary files a/src/main/resources/assets/notenoughupdates/radial_circle_on.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/radial_square_off.png b/src/main/resources/assets/notenoughupdates/radial_square_off.png deleted file mode 100644 index 97fbf27e..00000000 Binary files a/src/main/resources/assets/notenoughupdates/radial_square_off.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/radial_square_on.png b/src/main/resources/assets/notenoughupdates/radial_square_on.png deleted file mode 100644 index 5116df80..00000000 Binary files a/src/main/resources/assets/notenoughupdates/radial_square_on.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/setting_border.png b/src/main/resources/assets/notenoughupdates/setting_border.png deleted file mode 100644 index e5dff747..00000000 Binary files a/src/main/resources/assets/notenoughupdates/setting_border.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/slider_off.png b/src/main/resources/assets/notenoughupdates/slider_off.png deleted file mode 100644 index 0f514c41..00000000 Binary files a/src/main/resources/assets/notenoughupdates/slider_off.png and /dev/null differ diff --git a/src/main/resources/assets/notenoughupdates/slider_on.png b/src/main/resources/assets/notenoughupdates/slider_on.png deleted file mode 100644 index 8d2d6680..00000000 Binary files a/src/main/resources/assets/notenoughupdates/slider_on.png and /dev/null differ -- cgit