[GDPR] - Remove forgotten instances of google adsense

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/content/en_download.php b/content/en_download.php
index 38886a1..9be2c51 100644
--- a/content/en_download.php
+++ b/content/en_download.php
@@ -254,15 +254,4 @@
       <li><a href="/newsgroups">Eclipse newsgroups</a></li>
     </ul>
   </div>
-</div>
-<div class="text-center padding-top-15 padding-bottom-10 col-md-24 clearfix">
-  <script type="text/javascript"><!--
-  google_ad_client = "pub-6797025590085056";
-  /* 468x60, created 5/28/08 */
-  google_ad_slot = "9054930060";
-  google_ad_width = 468;
-  google_ad_height = 60;
-  //-->
-  </script>
-  <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"></script>
-  </div>
\ No newline at end of file
+</div>
\ No newline at end of file
diff --git a/downloads/view.tpl.php b/downloads/view.tpl.php
index 1193941..11789ba 100644
--- a/downloads/view.tpl.php
+++ b/downloads/view.tpl.php
@@ -62,19 +62,6 @@
     ?>
     </div>
   </div>
-  <section class="footer-offset">
-    <div class="container text-center padding-top hidden-xs padding-bottom">
-      <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
-      <!-- 468x60, created 5/26/08 -->
-      <ins class="adsbygoogle"
-        style="display:inline-block;width:468px;height:60px"
-        data-ad-client="ca-pub-6797025590085056"
-        data-ad-slot="4661560739"></ins>
-      <script>
-        (adsbygoogle = window.adsbygoogle || []).push({});
-      </script>
-    </div>
-  </section>
 </div>
 
 <?php
diff --git a/downloads/views/view.projects.php b/downloads/views/view.projects.php
index 0219ef8..52a3865 100644
--- a/downloads/views/view.projects.php
+++ b/downloads/views/view.projects.php
@@ -29,12 +29,4 @@
 		</ul>
 	</div>
 	<? include ($fileToInclude); ?>
-	<div id="googleAds">
-		<script type="text/javascript">
-			<!--
-			google_ad_client = "pub-6797025590085056"; google_ad_slot = "4661560739"; google_ad_width = 468; google_ad_height = 60;
-			//-->
-		</script>
-		<script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"></script>
-	</div>
 </div>
\ No newline at end of file