diff --git a/modules/core/templates/logout-iframe-wrapper.php b/modules/core/templates/logout-iframe-wrapper.php
index 00ce6be3ae9d71d89b4cc1b63166852fd36e765d..97d65f71dbb871c523a1713f63c5a15db7947eb6 100644
--- a/modules/core/templates/logout-iframe-wrapper.php
+++ b/modules/core/templates/logout-iframe-wrapper.php
@@ -2,7 +2,6 @@
 
 $id = $this->data['id'];
 $SPs = $this->data['SPs'];
-$timeout = $this->data['timeout'];
 
 $iframeURL = 'logout-iframe.php?type=embed&id=' . urlencode($id);