summaryrefslogtreecommitdiff
path: root/src/eggaccelerators.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-06-08 11:28:13 +0300
committermonsta <[email protected]>2016-06-08 11:28:13 +0300
commit814638d93298f71bad472658ac74a643d96e624d (patch)
tree1f3e360bd709e6b440f68ae27a1360bd1cdf947b /src/eggaccelerators.h
parent94ec54914f5d722872d450bbbacc32c59582bc7b (diff)
downloadmate-indicator-applet-814638d93298f71bad472658ac74a643d96e624d.tar.bz2
mate-indicator-applet-814638d93298f71bad472658ac74a643d96e624d.tar.xz
eggaccelerators: remove unused function
Diffstat (limited to 'src/eggaccelerators.h')
-rw-r--r--src/eggaccelerators.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eggaccelerators.h b/src/eggaccelerators.h
index 1da4a07..5cc86ea 100644
--- a/src/eggaccelerators.h
+++ b/src/eggaccelerators.h
@@ -76,9 +76,6 @@ void egg_keymap_virtualize_modifiers (GdkKeymap *keymap,
GdkModifierType concrete_mods,
EggVirtualModifierType *virtual_mods);
-gchar* egg_virtual_accelerator_name (guint accelerator_key,
- EggVirtualModifierType accelerator_mods);
-
G_END_DECLS