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 | |
parent | 898e12f0cf9fb50b2162c9b8279b8f675f75b285 (diff) | |
download | plus-46fcb1fda6fe3f4b56d033c09cad83ac44d84726.tar.gz plus-46fcb1fda6fe3f4b56d033c09cad83ac44d84726.tar.bz2 plus-46fcb1fda6fe3f4b56d033c09cad83ac44d84726.tar.xz plus-46fcb1fda6fe3f4b56d033c09cad83ac44d84726.zip |
Remove some duplicates from themes.
Diffstat (limited to 'data/themes/redandblack')
-rw-r--r-- | data/themes/redandblack/CMakeLists.txt | 8 | ||||
-rw-r--r-- | data/themes/redandblack/Makefile.am | 8 | ||||
-rw-r--r-- | data/themes/redandblack/speechbubble.xml | 18 | ||||
-rw-r--r-- | data/themes/redandblack/target-cursor-blue-l.png | bin | 20110 -> 0 bytes | |||
-rw-r--r-- | data/themes/redandblack/target-cursor-blue-m.png | bin | 15419 -> 0 bytes | |||
-rw-r--r-- | data/themes/redandblack/target-cursor-blue-s.png | bin | 7607 -> 0 bytes | |||
-rw-r--r-- | data/themes/redandblack/target-cursor-red-l.png | bin | 21602 -> 0 bytes | |||
-rw-r--r-- | data/themes/redandblack/target-cursor-red-m.png | bin | 15121 -> 0 bytes | |||
-rw-r--r-- | data/themes/redandblack/target-cursor-red-s.png | bin | 7406 -> 0 bytes | |||
-rw-r--r-- | data/themes/redandblack/unknown-item.png | bin | 540 -> 0 bytes |
10 files changed, 0 insertions, 34 deletions
diff --git a/data/themes/redandblack/CMakeLists.txt b/data/themes/redandblack/CMakeLists.txt index 22408ceae..e07edacb1 100644 --- a/data/themes/redandblack/CMakeLists.txt +++ b/data/themes/redandblack/CMakeLists.txt @@ -26,18 +26,10 @@ SET (FILES selection.png slider.png slider_hilight.png - speechbubble.xml sticky_button.png tab.png tab_hilight.png tabselected.png - target-cursor-blue-l.png - target-cursor-blue-m.png - target-cursor-blue-s.png - target-cursor-red-l.png - target-cursor-red-m.png - target-cursor-red-s.png - unknown-item.png vscroll_down_default.png vscroll_down_highlight.png vscroll_down_pressed.png diff --git a/data/themes/redandblack/Makefile.am b/data/themes/redandblack/Makefile.am index 24b9920cb..bee931d4f 100644 --- a/data/themes/redandblack/Makefile.am +++ b/data/themes/redandblack/Makefile.am @@ -30,18 +30,10 @@ gui_DATA = \ selection.png \ slider.png \ slider_hilight.png \ - speechbubble.xml \ sticky_button.png \ tab.png \ tab_hilight.png \ tabselected.png \ - target-cursor-blue-l.png \ - target-cursor-blue-m.png \ - target-cursor-blue-s.png \ - target-cursor-red-l.png \ - target-cursor-red-m.png \ - target-cursor-red-s.png \ - unknown-item.png \ vscroll_down_default.png \ vscroll_down_highlight.png \ vscroll_down_pressed.png \ 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> diff --git a/data/themes/redandblack/target-cursor-blue-l.png b/data/themes/redandblack/target-cursor-blue-l.png Binary files differdeleted file mode 100644 index cd6aaa225..000000000 --- a/data/themes/redandblack/target-cursor-blue-l.png +++ /dev/null diff --git a/data/themes/redandblack/target-cursor-blue-m.png b/data/themes/redandblack/target-cursor-blue-m.png Binary files differdeleted file mode 100644 index d961cd363..000000000 --- a/data/themes/redandblack/target-cursor-blue-m.png +++ /dev/null diff --git a/data/themes/redandblack/target-cursor-blue-s.png b/data/themes/redandblack/target-cursor-blue-s.png Binary files differdeleted file mode 100644 index c9edefe48..000000000 --- a/data/themes/redandblack/target-cursor-blue-s.png +++ /dev/null diff --git a/data/themes/redandblack/target-cursor-red-l.png b/data/themes/redandblack/target-cursor-red-l.png Binary files differdeleted file mode 100644 index de9337e6a..000000000 --- a/data/themes/redandblack/target-cursor-red-l.png +++ /dev/null diff --git a/data/themes/redandblack/target-cursor-red-m.png b/data/themes/redandblack/target-cursor-red-m.png Binary files differdeleted file mode 100644 index 8e669f6f7..000000000 --- a/data/themes/redandblack/target-cursor-red-m.png +++ /dev/null diff --git a/data/themes/redandblack/target-cursor-red-s.png b/data/themes/redandblack/target-cursor-red-s.png Binary files differdeleted file mode 100644 index 0dd1e0d7c..000000000 --- a/data/themes/redandblack/target-cursor-red-s.png +++ /dev/null diff --git a/data/themes/redandblack/unknown-item.png b/data/themes/redandblack/unknown-item.png Binary files differdeleted file mode 100644 index 9201d688e..000000000 --- a/data/themes/redandblack/unknown-item.png +++ /dev/null |