Remove unused declarations

This commit is contained in:
Marcel Holtmann 2010-01-25 21:22:32 +01:00
parent 802a62287a
commit b334372ef8
2 changed files with 0 additions and 8 deletions

View File

@ -36,13 +36,11 @@
static int stemodem_init(void)
{
return 0;
}
static void stemodem_exit(void)
{
}
OFONO_PLUGIN_DEFINE(stemodem, "STE modem driver", VERSION,

View File

@ -21,9 +21,3 @@
*/
#include <drivers/atmodem/atutil.h>
extern void ste_voicecall_init();
extern void ste_voicecall_exit();
extern void ste_gprs_context_init();
extern void ste_gprs_context_exit();