From 4018856d2d30532ad2404de4462ff3e473938a22 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sat, 10 Jan 2009 18:19:25 -0700 Subject: Changed a few emote variable names to be more sensible, as well as removing emotions.png from the client data files (should have never been there to begin with, IMO). TODO: Simplify the emote code so that there is a lot less redundant code, as well as make filling out the possible emotes more flexible. Signed-off-by: Ira Rice --- data/graphics/gui/Makefile.am | 1 - data/graphics/gui/emotions.png | Bin 19386 -> 0 bytes 2 files changed, 1 deletion(-) delete mode 100644 data/graphics/gui/emotions.png (limited to 'data') diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 32028bfd..b2c499f0 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -11,7 +11,6 @@ gui_DATA = \ close_button.png \ deepbox.png \ default.png \ - emotions.png \ gui.xml \ hits_blue.png \ hits_red.png \ diff --git a/data/graphics/gui/emotions.png b/data/graphics/gui/emotions.png deleted file mode 100644 index 146f2d24..00000000 Binary files a/data/graphics/gui/emotions.png and /dev/null differ -- cgit v1.2.3-70-g09d2