From 4de5fd991b2a797e8644c581db6fe41cc4791735 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 9 Apr 2009 18:46:46 +0200 Subject: Removed unuseful lasttabclosed signal in mainview. This becamed unuseful because of choose to do nothing if just 1 tab opened. --- src/mainview.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainview.cpp') diff --git a/src/mainview.cpp b/src/mainview.cpp index 80738cfd..604cb7cd 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -523,8 +523,6 @@ void MainView::closeTab(int index) emit tabsChanged(); if (hasFocus && count() > 0) currentWebView()->setFocus(); - if (count() == 0) - emit lastTabClosed(); showTabBar(); } -- cgit v1.2.1