diff mcabber/src/settings.c @ 764:4e15322d315e

Allow binding of meta keys
author Mikael Berthe <mikael@lilotux.net>
date Sun, 19 Mar 2006 16:00:40 +0100
parents ee03b56b93ee
children 46304b773a44
line wrap: on
line diff
--- a/mcabber/src/settings.c	Sun Mar 19 15:59:14 2006 +0100
+++ b/mcabber/src/settings.c	Sun Mar 19 16:00:40 2006 +0100
@@ -284,14 +284,6 @@
   return 0;
 }
 
-// Return the command the key is bound to, or NULL.
-const gchar *isbound(int key)
-{
-  gchar asciikey[16];
-  g_snprintf(asciikey, 15, "%d", key);
-  return settings_get(SETTINGS_TYPE_BINDING, asciikey);
-}
-
 //  settings_get_status_msg(status)
 // Return a string with the current status message:
 // - if there is a user-defined message ("message" option),