diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2023-02-02 17:45:32 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-02-04 12:29:03 +0100 |
commit | 08e30a17c5c6fcf2c51381e03d4e86526928bbb5 (patch) | |
tree | 89ab4262313d936d82602a8a3e98a2d55816a483 | |
parent | 0f2936d8cde795b6eb77eea57d6eb91f5487ed36 (diff) | |
download | serenity-08e30a17c5c6fcf2c51381e03d4e86526928bbb5.zip |
Base: Delete the "test" chess piece set
We have several nice sets to choose from now, and so we no longer need
this one, which is "ugly" even according to its original author. ;^)
-rw-r--r-- | Base/res/icons/chess/sets/test/black-bishop.png | bin | 931 -> 0 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/test/black-king.png | bin | 961 -> 0 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/test/black-knight.png | bin | 2007 -> 0 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/test/black-pawn.png | bin | 775 -> 0 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/test/black-queen.png | bin | 816 -> 0 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/test/black-rook.png | bin | 777 -> 0 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/test/white-bishop.png | bin | 4705 -> 0 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/test/white-king.png | bin | 6448 -> 0 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/test/white-knight.png | bin | 7535 -> 0 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/test/white-pawn.png | bin | 2801 -> 0 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/test/white-queen.png | bin | 3396 -> 0 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/test/white-rook.png | bin | 5938 -> 0 bytes |
12 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/chess/sets/test/black-bishop.png b/Base/res/icons/chess/sets/test/black-bishop.png Binary files differdeleted file mode 100644 index ddb986fd5d..0000000000 --- a/Base/res/icons/chess/sets/test/black-bishop.png +++ /dev/null diff --git a/Base/res/icons/chess/sets/test/black-king.png b/Base/res/icons/chess/sets/test/black-king.png Binary files differdeleted file mode 100644 index 17c1ea8b1b..0000000000 --- a/Base/res/icons/chess/sets/test/black-king.png +++ /dev/null diff --git a/Base/res/icons/chess/sets/test/black-knight.png b/Base/res/icons/chess/sets/test/black-knight.png Binary files differdeleted file mode 100644 index 7f16e286d6..0000000000 --- a/Base/res/icons/chess/sets/test/black-knight.png +++ /dev/null diff --git a/Base/res/icons/chess/sets/test/black-pawn.png b/Base/res/icons/chess/sets/test/black-pawn.png Binary files differdeleted file mode 100644 index 7e9d6aef14..0000000000 --- a/Base/res/icons/chess/sets/test/black-pawn.png +++ /dev/null diff --git a/Base/res/icons/chess/sets/test/black-queen.png b/Base/res/icons/chess/sets/test/black-queen.png Binary files differdeleted file mode 100644 index 8cbc65b982..0000000000 --- a/Base/res/icons/chess/sets/test/black-queen.png +++ /dev/null diff --git a/Base/res/icons/chess/sets/test/black-rook.png b/Base/res/icons/chess/sets/test/black-rook.png Binary files differdeleted file mode 100644 index ff007ec3ee..0000000000 --- a/Base/res/icons/chess/sets/test/black-rook.png +++ /dev/null diff --git a/Base/res/icons/chess/sets/test/white-bishop.png b/Base/res/icons/chess/sets/test/white-bishop.png Binary files differdeleted file mode 100644 index 321259a3ee..0000000000 --- a/Base/res/icons/chess/sets/test/white-bishop.png +++ /dev/null diff --git a/Base/res/icons/chess/sets/test/white-king.png b/Base/res/icons/chess/sets/test/white-king.png Binary files differdeleted file mode 100644 index 5496cc6bf0..0000000000 --- a/Base/res/icons/chess/sets/test/white-king.png +++ /dev/null diff --git a/Base/res/icons/chess/sets/test/white-knight.png b/Base/res/icons/chess/sets/test/white-knight.png Binary files differdeleted file mode 100644 index 082a33763b..0000000000 --- a/Base/res/icons/chess/sets/test/white-knight.png +++ /dev/null diff --git a/Base/res/icons/chess/sets/test/white-pawn.png b/Base/res/icons/chess/sets/test/white-pawn.png Binary files differdeleted file mode 100644 index 788e0dc6a7..0000000000 --- a/Base/res/icons/chess/sets/test/white-pawn.png +++ /dev/null diff --git a/Base/res/icons/chess/sets/test/white-queen.png b/Base/res/icons/chess/sets/test/white-queen.png Binary files differdeleted file mode 100644 index fd38bb386b..0000000000 --- a/Base/res/icons/chess/sets/test/white-queen.png +++ /dev/null diff --git a/Base/res/icons/chess/sets/test/white-rook.png b/Base/res/icons/chess/sets/test/white-rook.png Binary files differdeleted file mode 100644 index e384732c99..0000000000 --- a/Base/res/icons/chess/sets/test/white-rook.png +++ /dev/null |