diff --git a/oga/oga.module b/oga/oga.module
index 40a164f..162080f 100644
--- a/oga/oga.module
+++ b/oga/oga.module
@@ -1019,7 +1019,6 @@ function _oga_share_icons($title = null, $url = null) {
$icons = array(
'identica' => '/sites/default/files/archive/identica-24x24.png',
'reddit' => '/sites/default/files/archive/reddit-24x24.png',
- 'google+' => '/sites/default/files/archive/google%2B-24x24.png',
'twitter' => '/sites/default/files/archive/twitter-24x24.png',
'facebook' => '/sites/default/files/archive/facebook-24x24.png',
);
@@ -1040,8 +1039,6 @@ function _oga_share_icons($title = null, $url = null) {
$html .= "
";
- $html .= "
";
-
$html .= "
";
$html .= "
";