diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-23 01:39:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-24 00:33:48 +0300 |
commit | 46fcb1fda6fe3f4b56d033c09cad83ac44d84726 (patch) | |
tree | 707a1c6a8a5d442ad7033eff773b74a5176bfd36 /data/themes/redandblack/speechbubble.xml | |
parent | 898e12f0cf9fb50b2162c9b8279b8f675f75b285 (diff) | |
download | manaplus-46fcb1fda6fe3f4b56d033c09cad83ac44d84726.tar.gz manaplus-46fcb1fda6fe3f4b56d033c09cad83ac44d84726.tar.bz2 manaplus-46fcb1fda6fe3f4b56d033c09cad83ac44d84726.tar.xz manaplus-46fcb1fda6fe3f4b56d033c09cad83ac44d84726.zip |
Remove some duplicates from themes.
Diffstat (limited to 'data/themes/redandblack/speechbubble.xml')
-rw-r--r-- | data/themes/redandblack/speechbubble.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/data/themes/redandblack/speechbubble.xml b/data/themes/redandblack/speechbubble.xml deleted file mode 100644 index 84b6557b3..000000000 --- a/data/themes/redandblack/speechbubble.xml +++ /dev/null @@ -1,18 +0,0 @@ -<skinset name="SpeechBubble" image="bubble.png"> - <widget type="Window"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> - <part type="top-edge" xpos="5" ypos="0" width="5" height="5" /> - <part type="top-right-corner" xpos="10" ypos="0" width="5" height="5" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="5" width="5" height="5" /> - <part type="bg-quad" xpos="5" ypos="5" width="5" height="5" /> - <part type="right-edge" xpos="10" ypos="5" width="5" height="5" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="10" width="5" height="5" /> - <part type="bottom-edge" xpos="5" ypos="10" width="5" height="5" /> - <part type="bottom-right-corner" xpos="10" ypos="10" width="5" height="5" /> - </widget> -</skinset> |