[ekiga] Removed camera preview icon.



commit 7bf9971c3120f82fe7dbf034e04e480018e941d0
Author: Damien Sandras <dsandras beip be>
Date:   Sun Feb 5 14:21:09 2012 +0100

    Removed camera preview icon.
    
    This icon was an original from Ekiga, but it is now part of the default
    gnome icon theme.

 lib/gui/gmstockicons.c         |    1 -
 lib/gui/gmstockicons.h         |    1 -
 pixmaps/16x16/camera-video.png |  Bin 701 -> 0 bytes
 pixmaps/Makefile.am            |    2 --
 4 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/lib/gui/gmstockicons.c b/lib/gui/gmstockicons.c
index 3db5730..d1d9f4d 100644
--- a/lib/gui/gmstockicons.c
+++ b/lib/gui/gmstockicons.c
@@ -92,7 +92,6 @@ gnomemeeting_stock_icons_init (void)
 		{ GM_ICON_ADD_CONTACT, 24, gm_add_contact_24_stock_data},
 	        { GM_ICON_AUDIO_VOLUME_HIGH, 16, gm_audio_volume_high_16_stock_data },
 		{ GM_ICON_BRIGHTNESS, 16, gm_brightness_16_stock_data},
-		{ GM_ICON_CAMERA_VIDEO, 16, gm_camera_video_16_stock_data },
 		{ GM_ICON_COLOURNESS, 16, gm_colourness_16_stock_data},
 		{ GM_ICON_CONTRAST, 16, gm_contrast_16_stock_data},
 		{ GM_ICON_INTERNET_GROUP_CHAT, 24, gm_internet_group_chat_24_stock_data },
diff --git a/lib/gui/gmstockicons.h b/lib/gui/gmstockicons.h
index 1621d65..e341c71 100644
--- a/lib/gui/gmstockicons.h
+++ b/lib/gui/gmstockicons.h
@@ -43,7 +43,6 @@ G_BEGIN_DECLS
 #define GM_ICON_ADD_CONTACT                "contact-new"
 #define GM_ICON_AUDIO_VOLUME_HIGH          "audio-volume-high"
 #define GM_ICON_BRIGHTNESS                 "stock_brightness"
-#define GM_ICON_CAMERA_VIDEO               "camera-video"
 #define GM_ICON_COLOURNESS                 "stock_color"
 #define GM_ICON_CONTRAST                   "stock_contrast"
 #define GM_ICON_INTERNET_GROUP_CHAT        "internet-group-chat"
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index 55c4e7e..bbeab17 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -28,7 +28,6 @@ IMAGES_FILES= \
 	256x256/multimedia-headset.png \
 	256x256/avatar-default.png \
 	16x16/audio-volume-high.png \
-	16x16/camera-video.png \
 	16x16/media-playback-pause.png \
 	16x16/stock_brightness.png \
 	16x16/stock_channel-blue.png \
@@ -71,7 +70,6 @@ IMAGES= \
 	gm_add_contact_24_stock_data $(srcdir)/24x24/contact-new.png \
 	gm_audio_volume_high_16_stock_data $(srcdir)/16x16/audio-volume-high.png \
 	gm_brightness_16_stock_data $(srcdir)/16x16/stock_brightness.png \
-	gm_camera_video_16_stock_data $(srcdir)/16x16/camera-video.png \
 	gm_colourness_16_stock_data $(srcdir)/16x16/stock_color.png \
 	gm_contrast_16_stock_data $(srcdir)/16x16/stock_contrast.png \
 	gm_internet_group_chat_24_stock_data $(srcdir)/24x24/internet-group-chat.png \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]