diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-05-11 22:36:54 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-05-11 22:36:54 +0200 |
commit | d7893439b0da3a6526044121d8e545c40730b219 (patch) | |
tree | 89169608c4cf7cf8a8a581c529d1d34547dd3455 | |
parent | 1f47df5074e041cad803863e5ef04cb082faf601 (diff) | |
download | kconfig-d7893439b0da3a6526044121d8e545c40730b219.tar.gz kconfig-d7893439b0da3a6526044121d8e545c40730b219.tar.bz2 |
Remove not-implemented function
No one could be using this because they would not be able to link,
-rw-r--r-- | src/gui/kstandardshortcut.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/kstandardshortcut.h b/src/gui/kstandardshortcut.h index 5bb07fb9..9a2d0d87 100644 --- a/src/gui/kstandardshortcut.h +++ b/src/gui/kstandardshortcut.h @@ -308,12 +308,6 @@ KCONFIGGUI_EXPORT const QList<QKeySequence> &zoomIn(); KCONFIGGUI_EXPORT const QList<QKeySequence> &zoomOut(); /** - * Toggle insert/overwrite (with visual feedback, e.g. in the statusbar). Default: Insert - * @return the shortcut of the standard accelerator - */ -KCONFIGGUI_EXPORT const QList<QKeySequence> &insert(); - -/** * Goto home page. Default: Alt-Home * @return the shortcut of the standard accelerator */ |