diff options
author | Ira Rice <irarice@gmail.com> | 2008-12-29 14:18:28 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-12-29 14:18:28 -0700 |
commit | d30b083dba49dd12a9740fc892b74bc60fbd42dc (patch) | |
tree | 0ff649dabe239fa96ddf97fceb80be7b889f5766 | |
parent | a5c8eae057746618443c788fcaa04221d8ad7ba4 (diff) | |
download | mana-d30b083dba49dd12a9740fc892b74bc60fbd42dc.tar.gz mana-d30b083dba49dd12a9740fc892b74bc60fbd42dc.tar.bz2 mana-d30b083dba49dd12a9740fc892b74bc60fbd42dc.tar.xz mana-d30b083dba49dd12a9740fc892b74bc60fbd42dc.zip |
Removed a few now unnecessary data files.
Signed-off-by: Ira Rice <irarice@gmail.com>
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 3 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 3 | ||||
-rw-r--r-- | data/graphics/gui/browserfont.png | bin | 1846 -> 0 bytes | |||
-rw-r--r-- | data/graphics/gui/fixedfont.png | bin | 1895 -> 0 bytes | |||
-rw-r--r-- | data/graphics/gui/sansserif8.png | bin | 2134 -> 0 bytes |
5 files changed, 0 insertions, 6 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 0ad4bd13..71031113 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -1,6 +1,5 @@ SET (FILES bg_quad_dis.png - browserfont.png button.png button_disabled.png buttonhi.png @@ -9,7 +8,6 @@ SET (FILES close_button.png deepbox.png default.png - fixedfont.png gui.xml hits_blue.png hits_red.png @@ -31,7 +29,6 @@ SET (FILES resize.png rpgfont_wider.png selection.png - sansserif8.png slider.png speech_bubble.png speech_bubble.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index f2abf035..32028bfd 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -3,7 +3,6 @@ guidir = $(pkgdatadir)/data/graphics/gui gui_DATA = \ bg_quad_dis.png \ - browserfont.png \ button.png \ button_disabled.png \ buttonhi.png \ @@ -13,7 +12,6 @@ gui_DATA = \ deepbox.png \ default.png \ emotions.png \ - fixedfont.png \ gui.xml \ hits_blue.png \ hits_red.png \ @@ -38,7 +36,6 @@ gui_DATA = \ rpgfont_wider-green.png \ rpgfont_wider-orange.png \ selection.png \ - sansserif8.png \ slider.png \ speech_bubble.png \ speechbubble.xml \ diff --git a/data/graphics/gui/browserfont.png b/data/graphics/gui/browserfont.png Binary files differdeleted file mode 100644 index 431777c5..00000000 --- a/data/graphics/gui/browserfont.png +++ /dev/null diff --git a/data/graphics/gui/fixedfont.png b/data/graphics/gui/fixedfont.png Binary files differdeleted file mode 100644 index 10319291..00000000 --- a/data/graphics/gui/fixedfont.png +++ /dev/null diff --git a/data/graphics/gui/sansserif8.png b/data/graphics/gui/sansserif8.png Binary files differdeleted file mode 100644 index a4738548..00000000 --- a/data/graphics/gui/sansserif8.png +++ /dev/null |