From 0ae450a912a16c2649c3d7e903828f2013af081c Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 15 Jun 2014 23:41:49 +0200 Subject: remove support for Symbian OS R.I.P. Symbian it was nice to know you, too bad the people at Nokia did not take better care of you .. --- mk/symbian/static.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 mk/symbian/static.c (limited to 'mk/symbian/static.c') diff --git a/mk/symbian/static.c b/mk/symbian/static.c deleted file mode 100644 index 8ada5a1..0000000 --- a/mk/symbian/static.c +++ /dev/null @@ -1,14 +0,0 @@ -/* static.c - manually updated */ -#include -#include - -extern const struct mod_export exports_cons; -extern const struct mod_export exports_g711; -extern const struct mod_export exports_mda; - -const struct mod_export *mod_table[] = { - &exports_cons, - &exports_g711, - &exports_mda, - NULL -}; -- cgit v1.2.3