summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 2a3545b4..038562e8 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -594,24 +594,3 @@ KUrl::List MainView::recentlyClosedTabs()
{
return m_recentlyClosedTabs;
}
-
-
-void MainView::polish()
-{
- static int i = 0;
- WebSnap *ws = qobject_cast<WebSnap*>(sender());
- delete ws;
-
- i++;
- if(i<9)
- {
- WebView *w = currentWebView();
- HomePage p(w);
- w->setHtml( p.rekonqHomePage() );
- kDebug() << "ciao---------------------------------------------____";
- }
- else
- {
- kDebug() << "EROORORORORORORORORORO";
- }
-}