summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-22 10:38:36 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-22 10:38:36 +0200
commitc7b3f98fcae46f983a8163412c141244cf938fe7 (patch)
tree040950cd3d0c723a0bd42ab0dff463de9554a08c /src/mainwindow.h
parentrekonq 0.2.70 (diff)
downloadrekonq-c7b3f98fcae46f983a8163412c141244cf938fe7.tar.xz
Removed "Add to Favorites" action.
Matgic78 customizable favorites page is clearly better :D
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index c680cc60..5d8aeec2 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -152,9 +152,6 @@ private slots:
void slotAboutToShowBackMenu();
void slotOpenActionUrl(QAction *action);
- // add link to the favorites shown in the rekonq homepage
- void addFavoriteLink();
-
private:
MainView *m_view;
FindBar *m_findBar;