diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-11-06 18:25:30 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-11-06 18:25:30 +0000 |
| commit | 77f8d590d64320f587907322eb2aa9f88457e8c6 (patch) | |
| tree | d67777bb24f895f71528b1ff28971adb788d768f /share/keys | |
| parent | simple fix in french translation (diff) | |
| download | inkscape-77f8d590d64320f587907322eb2aa9f88457e8c6.tar.gz inkscape-77f8d590d64320f587907322eb2aa9f88457e8c6.zip | |
C++ify SVGViewWidget. Remove unused code.
Diffstat (limited to 'share/keys')
| -rw-r--r-- | share/keys/carbon.xml | 1 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 1 | ||||
| -rw-r--r-- | share/keys/macromedia-freehand-mx.xml | 1 | ||||
| -rw-r--r-- | share/keys/right-handed-illustration.xml | 1 | ||||
| -rw-r--r-- | share/keys/xara.xml | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/share/keys/carbon.xml b/share/keys/carbon.xml index 9c1fd8a7e..540897440 100644 --- a/share/keys/carbon.xml +++ b/share/keys/carbon.xml @@ -253,7 +253,6 @@ and tooltips. Only one binding for each action may have this attribute. <bind action="ToggleStatusbar" /> <bind action="ViewNew" /> - <bind action="ViewNewPreview" /> <bind action="ViewIconPreview" /> <bind key="KP_5" modifiers="Cmd" action="ViewModeToggle" display="true" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 2f037682c..56ff10be5 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -278,7 +278,6 @@ override) the bindings in the main default.xml. <bind action="ToggleStatusbar" /> <bind action="ViewNew" /> - <bind action="ViewNewPreview" /> <bind action="ViewIconPreview" /> <bind key="KP_5" modifiers="Primary" action="ViewModeToggle" display="true" /> diff --git a/share/keys/macromedia-freehand-mx.xml b/share/keys/macromedia-freehand-mx.xml index 54322fd85..f989e2889 100644 --- a/share/keys/macromedia-freehand-mx.xml +++ b/share/keys/macromedia-freehand-mx.xml @@ -166,7 +166,6 @@ File, Edit, View, Modify, Text, Xtras, Window, Help. <bind key="n" modifiers="Shift,Alt" action="ViewNew"/> <bind key="N" modifiers="Shift,Alt" action="ViewNew"/> - <bind action="ViewNewPreview"/> <bind action="ViewIconPreview"/> <bind action="ViewModeNormal"/> diff --git a/share/keys/right-handed-illustration.xml b/share/keys/right-handed-illustration.xml index 696cafea0..f2501b67a 100644 --- a/share/keys/right-handed-illustration.xml +++ b/share/keys/right-handed-illustration.xml @@ -228,7 +228,6 @@ Future improvements: <bind key="numbersign" action="ToggleGrid" display="true"/> <bind action="ViewNew"/> - <bind action="ViewNewPreview"/> <bind action="ViewIconPreview"/> <bind action="ViewModeNormal"/> diff --git a/share/keys/xara.xml b/share/keys/xara.xml index 92a84d33e..c58139ff5 100644 --- a/share/keys/xara.xml +++ b/share/keys/xara.xml @@ -251,7 +251,6 @@ Hom/end keys-select minimum or maximum feather values <bind key="numbersign" action="ToggleGrid" display="true"/> <bind action="ViewNew"/> - <bind action="ViewNewPreview"/> <bind action="ViewIconPreview"/> <bind action="ViewModeNormal"/> |
