diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-28 00:59:08 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-28 00:59:08 +0100 |
commit | 1024f77ad03ef3d30d8be6aa61542a057a100868 (patch) | |
tree | ca36fac7c767b46b87debf26b329cbeec39177da /src/mainview.h | |
parent | Fixed MenuBar. (diff) | |
download | rekonq-1024f77ad03ef3d30d8be6aa61542a057a100868.tar.xz |
Removed unuseful "Select All" action.
If someone needs it, I can try to implement it one day..
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 1bb0bf6e..1f443a37 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -112,7 +112,6 @@ public slots: void slotWebCut(); void slotWebCopy(); void slotWebPaste(); - void slotWebSelectAll(); private slots: void currentChanged(int index); |