From 20b9f2b42a3b58b6081af271774fbcc34025dccb Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 25 Jul 2021 19:11:59 +0200 Subject: NOISSUE Flatten gui and logic libraries into MultiMC --- application/resources/backgrounds/backgrounds.qrc | 7 ------- application/resources/backgrounds/catbgrnd2.png | Bin 62973 -> 0 bytes application/resources/backgrounds/catmas.png | Bin 72818 -> 0 bytes 3 files changed, 7 deletions(-) delete mode 100644 application/resources/backgrounds/backgrounds.qrc delete mode 100644 application/resources/backgrounds/catbgrnd2.png delete mode 100644 application/resources/backgrounds/catmas.png (limited to 'application/resources/backgrounds') diff --git a/application/resources/backgrounds/backgrounds.qrc b/application/resources/backgrounds/backgrounds.qrc deleted file mode 100644 index 83505635..00000000 --- a/application/resources/backgrounds/backgrounds.qrc +++ /dev/null @@ -1,7 +0,0 @@ - - - - catbgrnd2.png - catmas.png - - diff --git a/application/resources/backgrounds/catbgrnd2.png b/application/resources/backgrounds/catbgrnd2.png deleted file mode 100644 index e9de7f27..00000000 Binary files a/application/resources/backgrounds/catbgrnd2.png and /dev/null differ diff --git a/application/resources/backgrounds/catmas.png b/application/resources/backgrounds/catmas.png deleted file mode 100644 index 8bdb1d5c..00000000 Binary files a/application/resources/backgrounds/catmas.png and /dev/null differ -- cgit