diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-05 16:39:22 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-05 16:39:22 +0200 |
commit | ea971b44ba71143d9cf2e622b91aa4fbe23f456a (patch) | |
tree | 9c3e374de4baa440ae7c6bcb9416c31cfc8d9651 /src/mainwindow.h | |
parent | commented out unuseful tab shortcuts.. (diff) | |
download | rekonq-ea971b44ba71143d9cf2e622b91aa4fbe23f456a.tar.xz |
removed new/close tab tabbar buttons
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 372d90a1..dc01d990 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -63,7 +63,7 @@ public: private: void setupActions(); void setupHistoryMenu(); - void setupTabBar(); +// void setupTabBar(); void setupToolBars(); public slots: |