diff --git a/typo3/sysext/backend/Classes/View/PageLayoutView.php b/typo3/sysext/backend/Classes/View/PageLayoutView.php
index 8c89b0663526d51600c2d16a7c0948a477350e6b..fc1b02e8d61f9b4cf22813af6e5f99daa9f03dc7 100644
--- a/typo3/sysext/backend/Classes/View/PageLayoutView.php
+++ b/typo3/sysext/backend/Classes/View/PageLayoutView.php
@@ -305,10 +305,6 @@ class PageLayoutView extends \TYPO3\CMS\Recordlist\RecordList\AbstractDatabaseRe
 			}
 			// Getting select-depth:
 			$depth = (int)$this->getPageLayoutController()->MOD_SETTINGS['pages_levels'];
-			// Half line is drawn
-			$theData = array();
-			$theData['subject'] = $this->widthGif;
-			$out .= $this->addelement(0, '', $theData);
 			// Overriding a few things:
 			$this->no_noWrap = 0;
 			// Items
diff --git a/typo3/sysext/filelist/Classes/FileList.php b/typo3/sysext/filelist/Classes/FileList.php
index c806b1dcc3b82ba2c0a98b3698bfa585437adea0..daad1e116dee654edf9bac76e6dcb09140f84f36 100644
--- a/typo3/sysext/filelist/Classes/FileList.php
+++ b/typo3/sysext/filelist/Classes/FileList.php
@@ -40,11 +40,6 @@ class FileList extends \TYPO3\CMS\Backend\RecordList\AbstractRecordList {
 	 */
 	public $thumbs = FALSE;
 
-	/**
-	 * @var string
-	 */
-	public $widthGif = '<img src="clear.gif" width="1" height="1" hspace="165" alt="" />';
-
 	/**
 	 * Space icon used for alignment when no button is available
 	 *
diff --git a/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php b/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php
index c860cc2384f856450d2987809f8722eadf5db32f..c69e49c6d727f7aa761137279910c8afd434bbb2 100644
--- a/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php
+++ b/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php
@@ -61,11 +61,6 @@ class AbstractDatabaseRecordList extends \TYPO3\CMS\Backend\RecordList\AbstractR
 	 */
 	public $itemsLimitSingleTable = 100;
 
-	/**
-	 * @var string
-	 */
-	public $widthGif = '<img src="clear.gif" width="1" height="4" hspace="160" alt="" />';
-
 	/**
 	 * Current script name
 	 *