From 1dabf900ba9c87aaefb65ac8d3ac4e5634a79088 Mon Sep 17 00:00:00 2001 From: Yana Stamcheva Date: Fri, 1 Feb 2008 10:32:25 +0000 Subject: [PATCH] Removed unused images --- .../impl/gui/utils/ImageLoader.java | 46 ------------------- .../impl/gui/utils/images.properties | 14 +----- 2 files changed, 1 insertion(+), 59 deletions(-) diff --git a/src/net/java/sip/communicator/impl/gui/utils/ImageLoader.java b/src/net/java/sip/communicator/impl/gui/utils/ImageLoader.java index 076d6e973..5fd10d300 100644 --- a/src/net/java/sip/communicator/impl/gui/utils/ImageLoader.java +++ b/src/net/java/sip/communicator/impl/gui/utils/ImageLoader.java @@ -211,12 +211,6 @@ public class ImageLoader { public static final ImageID MAIN_WINDOW_BACKGROUND = new ImageID("MAIN_WINDOW_BACKGROUND"); - /** - * An empty 16x16 icon used for alignment. - */ - public static final ImageID EMPTY_16x16_ICON - = new ImageID("EMPTY_16x16_ICON"); - /** * The icon on the "Add contact" button in the QuickMenu. */ @@ -398,12 +392,6 @@ public class ImageLoader { public static final ImageID DEFAULT_USER_PHOTO = new ImageID("DEFAULT_USER_PHOTO"); - /** - * The image used in the chat window, when a contact has no photo - * specified. - */ - public static final ImageID DEFAULT_CHAT_USER_PHOTO - = new ImageID("DEFAULT_CHAT_USER_PHOTO"); /** * The minimize button icon in the CallPanel. @@ -450,12 +438,6 @@ public class ImageLoader { public static final ImageID ADD_TO_CHAT_ICON = new ImageID("ADD_TO_CHAT_ICON"); - /** - * The image used as a separator in all toolbars. - */ - public static final ImageID TOOLBAR_DIVIDER - = new ImageID("TOOLBAR_DIVIDER"); - /** * The image used for decoration of the "Add contact" window. */ @@ -743,11 +725,6 @@ public class ImageLoader { */ public static final ImageID CLOSE_ICON = new ImageID("CLOSE_ICON"); - /** - * Quit icon. - */ - public static final ImageID QUIT_ICON = new ImageID("QUIT_ICON"); - /** * Left flash icon. */ @@ -851,11 +828,6 @@ public class ImageLoader { public static final ImageID GROUPS_16x16_ICON = new ImageID("GROUPS_16x16_ICON"); - /** - * Info 16x16 image. - */ - public static final ImageID INFO_16x16_ICON - = new ImageID("INFO_16x16_ICON"); /** * Add contact 16x16 image. @@ -863,23 +835,12 @@ public class ImageLoader { public static final ImageID ADD_CONTACT_16x16_ICON = new ImageID("ADD_CONTACT_16x16_ICON"); - /** - * Add contact 16x16 image. - */ - public static final ImageID ADD_GROUP_16x16_ICON - = new ImageID("ADD_GROUP_16x16_ICON"); - /** * Rename 16x16 image. */ public static final ImageID RENAME_16x16_ICON = new ImageID("RENAME_16x16_ICON"); - /** - * Remove 16x16 image. - */ - public static final ImageID REMOVE_16x16_ICON - = new ImageID("REMOVE_16x16_ICON"); /////////////////////////////////////////////////////////////////////////// @@ -894,13 +855,6 @@ public class ImageLoader { public static final ImageID TOOLBAR_DRAG_ICON = new ImageID( "TOOLBAR_DRAG_ICON"); - /** - * The background image of LoginWindow and WelcomeWindow - * frames. - */ - public static final ImageID LOGIN_WINDOW_LOGO = new ImageID( - "LOGIN_WINDOW_LOGO"); - /** * The background image of the AuthenticationWindow. */ diff --git a/src/net/java/sip/communicator/impl/gui/utils/images.properties b/src/net/java/sip/communicator/impl/gui/utils/images.properties index 91ede74a7..af61bd4c3 100644 --- a/src/net/java/sip/communicator/impl/gui/utils/images.properties +++ b/src/net/java/sip/communicator/impl/gui/utils/images.properties @@ -1,5 +1,4 @@ SIP_COMMUNICATOR_LOGO=resources/images/logo/sc_logo16x16.png -EMPTY_16x16_ICON=resources/images/impl/gui/common/emptyIcon16x16.png ACCOUNT_ICON=resources/images/impl/gui/buttons/addAccount.png QUICK_MENU_ADD_ICON=resources/images/impl/gui/buttons/addContactIcon.png @@ -35,7 +34,6 @@ STAR_DIAL_BUTTON=resources/images/impl/gui/buttons/star.png ZERO_DIAL_BUTTON=resources/images/impl/gui/buttons/zero.png DIEZ_DIAL_BUTTON=resources/images/impl/gui/buttons/diez.png DEFAULT_USER_PHOTO=resources/images/impl/gui/common/personPhoto.png -DEFAULT_CHAT_USER_PHOTO=resources/images/impl/gui/common/personPhotoChat.png CALL_PANEL_MINIMIZE_BUTTON=resources/images/impl/gui/buttons/callPanelMinimizeButton.png CALL_PANEL_RESTORE_BUTTON=resources/images/impl/gui/buttons/callPanelRestoreButton.png CALL_PANEL_MINIMIZE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/callPanelMinimizeButtonRollover.png @@ -43,11 +41,8 @@ CALL_PANEL_RESTORE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/callPanelRe ADD_TO_CHAT_BUTTON=resources/images/impl/gui/buttons/addToChat.png ADD_TO_CHAT_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/addToChatRollover.png ADD_TO_CHAT_ICON=resources/images/impl/gui/buttons/addToChatIcon.png -TOOLBAR_DIVIDER=resources/images/impl/gui/buttons/toolbarDivider.png RIGHT_ARROW_ICON=resources/images/impl/gui/common/rightArrow.png RIGHT_ARROW_ROLLOVER_ICON=resources/images/impl/gui/common/rightArrowRollover.png -BOTTOM_ARROW_ICON=resources/images/impl/gui/common/bottomArrow.png -BOTTOM_ARROW_ROLLOVER_ICON=resources/images/impl/gui/common/bottomArrowRollover.png ALIGN_LEFT_BUTTON=resources/images/impl/gui/buttons/alignLeft.png ALIGN_RIGHT_BUTTON=resources/images/impl/gui/buttons/alignRight.png ALIGN_CENTER_BUTTON=resources/images/impl/gui/buttons/alignCenter.png @@ -74,7 +69,6 @@ SMILIES_ICON=resources/images/impl/gui/buttons/smiley.png SAVE_ICON=resources/images/impl/gui/buttons/save.png PRINT_ICON=resources/images/impl/gui/buttons/print.png CLOSE_ICON=resources/images/impl/gui/buttons/close.png -QUIT_ICON=resources/images/impl/gui/buttons/quit.png PREVIOUS_ICON=resources/images/impl/gui/buttons/previous.png NEXT_ICON=resources/images/impl/gui/buttons/next.png HISTORY_ICON=resources/images/impl/gui/buttons/history.png @@ -98,11 +92,8 @@ DELETE_16x16_ICON=resources/images/impl/gui/common/delete16x16.png HISTORY_16x16_ICON=resources/images/impl/gui/common/history16x16.png SEND_FILE_16x16_ICON=resources/images/impl/gui/common/sendFile16x16.png GROUPS_16x16_ICON=resources/images/impl/gui/common/groups16x16.png -INFO_16x16_ICON=resources/images/impl/gui/common/userInfo16x16.png ADD_CONTACT_16x16_ICON=resources/images/impl/gui/common/addContact16x16.png RENAME_16x16_ICON=resources/images/impl/gui/common/rename16x16.png -REMOVE_16x16_ICON=resources/images/impl/gui/common/remove16x16.png -ADD_GROUP_16x16_ICON=resources/images/impl/gui/common/addGroup16x16.png MORE_INFO_ICON=resources/images/impl/gui/common/moreInfo.png TOOLBAR_DRAG_ICON=resources/images/impl/gui/common/toolbarDragIcon.png ADD_GROUP_ICON=resources/images/impl/gui/common/addGroup.png @@ -121,7 +112,6 @@ SMILEY10=resources/images/impl/gui/common/smilies/default/smiley10.gif SMILEY11=resources/images/impl/gui/common/smilies/default/smiley11.gif SMILEY12=resources/images/impl/gui/common/smilies/default/smiley12.gif -LOGIN_WINDOW_LOGO=resources/images/impl/gui/common/loginWindowLogo.png AUTH_WINDOW_BACKGROUND=resources/images/impl/gui/common/passWindowBackground.png USER_ONLINE_ICON=resources/images/impl/gui/common/statusicons/online.png @@ -188,8 +178,6 @@ JOIN_ICON=resources/images/impl/gui/common/join.png JOIN_AS_ICON=resources/images/impl/gui/common/join.png LEAVE_ICON=resources/images/impl/gui/common/leave.png -WINDOW_LOGO=resources/images/impl/gui/common/windowLogo.png - -STATUS_SEPARATOR_ICON=resources/images/impl/gui/common/statusSeparator1.png +STATUS_SEPARATOR_ICON=resources/images/impl/gui/common/statusSeparator.png MAIN_WINDOW_BACKGROUND=resources/images/impl/gui/common/mainWindowBackground.png \ No newline at end of file