[easytag] Remove unused sound and grab icons
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Remove unused sound and grab icons
- Date: Thu, 21 Mar 2013 18:31:56 +0000 (UTC)
commit 43fb16e304a238072f08f88331eb0ec96e4591c9
Author: David King <amigadave amigadave com>
Date: Thu Mar 21 17:56:09 2013 +0000
Remove unused sound and grab icons
Makefile.am | 2 -
data/pixmaps/grab.xpm | 64 --------------
data/pixmaps/sound.xpm | 226 ------------------------------------------------
src/misc.c | 4 -
4 files changed, 0 insertions(+), 296 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8f8056f..224db55 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -161,13 +161,11 @@ pixmaps = \
data/pixmaps/first_letter_uppercase_word.xpm \
data/pixmaps/freedb.xpm \
data/pixmaps/gnudb.xpm \
- data/pixmaps/grab.xpm \
data/pixmaps/invert_selection.xpm \
data/pixmaps/mask.xpm \
data/pixmaps/musicbrainz.xpm \
data/pixmaps/red_lines.xpm \
data/pixmaps/sequence_track.xpm \
- data/pixmaps/sound.xpm \
data/pixmaps/unselect_all.xpm
iconthemedir = $(datadir)/icons/hicolor
diff --git a/src/misc.c b/src/misc.c
index ae24b74..6d6648e 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -618,12 +618,10 @@ void Set_Unbusy_Cursor (void)
//#include "data/pixmaps/blackwhite.xpm"
#include "data/pixmaps/first_letter_uppercase.xpm"
#include "data/pixmaps/first_letter_uppercase_word.xpm"
-#include "data/pixmaps/grab.xpm"
#include "data/pixmaps/invert_selection.xpm"
#include "data/pixmaps/mask.xpm"
#include "data/pixmaps/red_lines.xpm"
//#include "data/pixmaps/sequence_track.xpm"
-#include "data/pixmaps/sound.xpm"
#include "data/pixmaps/unselect_all.xpm"
void Init_Custom_Icons (void)
{
@@ -631,14 +629,12 @@ void Init_Custom_Icons (void)
Create_Xpm_Icon_Factory((const char**)album_xpm, "easytag-album");
Create_Xpm_Icon_Factory((const char**)invert_selection_xpm, "easytag-invert-selection");
Create_Xpm_Icon_Factory((const char**)unselect_all_xpm, "easytag-unselect-all");
- Create_Xpm_Icon_Factory((const char**)grab_xpm, "easytag-grab");
Create_Xpm_Icon_Factory((const char**)mask_xpm, "easytag-mask");
//Create_Xpm_Icon_Factory((const char**)blackwhite_xpm, "easytag-blackwhite");
//Create_Xpm_Icon_Factory((const char**)sequence_track_xpm, "easytag-sequence-track");
Create_Xpm_Icon_Factory((const char**)red_lines_xpm, "easytag-red-lines");
Create_Xpm_Icon_Factory((const char**)artist_album_xpm, "easytag-artist-album");
//// Create_Png_Icon_Factory("artist_album.png", "easytag-artist-album");
- Create_Xpm_Icon_Factory((const char**)sound_xpm, "easytag-sound");
Create_Xpm_Icon_Factory((const char**)all_uppercase_xpm, "easytag-all-uppercase");
Create_Xpm_Icon_Factory((const char**)all_downcase_xpm, "easytag-all-downcase");
Create_Xpm_Icon_Factory((const char**)first_letter_uppercase_xpm,
"easytag-first-letter-uppercase");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]