From 094fb3823218a6bfa55146bcb7ec9b224646d9b2 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Thu, 19 Apr 2012 08:35:05 +0200 Subject: [PATCH] Bug 745303 - Part 3 - Remove empty method; r=me --- browser/components/tabview/tabitems.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/browser/components/tabview/tabitems.js b/browser/components/tabview/tabitems.js index 087f4aa9e14..0f35c0042ee 100644 --- a/browser/components/tabview/tabitems.js +++ b/browser/components/tabview/tabitems.js @@ -277,12 +277,6 @@ TabItem.prototype = Utils.extend(new Item(), new Subscribable(), { return {title: title, url: url}; }, - // ---------- - // Function: loadThumbnail - // Loads the tabItems thumbnail. - loadThumbnail: function TabItem_loadThumbnail() { - }, - // ---------- // Function: _reconnect // Load the reciever's persistent data from storage. If there is none,