diff --git a/airsonic-main/src/main/resources/org/airsonic/player/theme/subStandard.properties b/airsonic-main/src/main/resources/org/airsonic/player/theme/subStandard.properties index ee646209..fcbd10fd 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/theme/subStandard.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/theme/subStandard.properties @@ -41,11 +41,10 @@ removeImage = icons/subStandard/remove.png searchImage = icons/subStandard/search.png settingsImage = icons/subStandard/settings.png shareFacebookImage = icons/subStandard/facebook.png -shareGooglePlusImage = icons/subStandard/googleplus.png shareTwitterImage = icons/subStandard/twitter.png starredImage = icons/subStandard/starred.png statusImage = icons/subStandard/status.png upImage = icons/subStandard/up.png uploadImage = icons/subStandard/upload.png volumeImage = icons/subStandard/now_playing.png -wapImage = icons/subStandard/phone.png \ No newline at end of file +wapImage = icons/subStandard/phone.png diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/createShare.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/createShare.jsp index b3a8c272..c38337da 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/createShare.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/createShare.jsp @@ -3,7 +3,6 @@ <%@ include file="head.jsp" %> - @@ -22,9 +21,6 @@ " alt=""> 

-

-   -

${model.playUrl} diff --git a/airsonic-main/src/main/webapp/icons/default_dark/share_googleplus.png b/airsonic-main/src/main/webapp/icons/default_dark/share_googleplus.png deleted file mode 100644 index 2cf9a1f0..00000000 Binary files a/airsonic-main/src/main/webapp/icons/default_dark/share_googleplus.png and /dev/null differ diff --git a/airsonic-main/src/main/webapp/icons/default_light/share_googleplus.png b/airsonic-main/src/main/webapp/icons/default_light/share_googleplus.png deleted file mode 100644 index 2cf9a1f0..00000000 Binary files a/airsonic-main/src/main/webapp/icons/default_light/share_googleplus.png and /dev/null differ diff --git a/airsonic-main/src/main/webapp/icons/subStandard/googleplus.png b/airsonic-main/src/main/webapp/icons/subStandard/googleplus.png deleted file mode 100644 index 59d62942..00000000 Binary files a/airsonic-main/src/main/webapp/icons/subStandard/googleplus.png and /dev/null differ