diff options
author | Emil Velikov <[email protected]> | 2017-02-23 16:48:57 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-24 17:37:02 +0000 |
commit | 6854716f37493f4a65565c750dd77219687e5567 (patch) | |
tree | 6556500293786418371fa13a7a83d995ea1464d0 /src/mapi/Makefile.sources | |
parent | 93369aa928a45e2da204590199e0a39d9f4a14b5 (diff) |
mapi: remove unused mapi.[ch]
The final user of it was st/vega.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src/mapi/Makefile.sources')
-rw-r--r-- | src/mapi/Makefile.sources | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources index 07063f390c9..37d6ef3aaae 100644 --- a/src/mapi/Makefile.sources +++ b/src/mapi/Makefile.sources @@ -30,8 +30,6 @@ MAPI_BRIDGE_FILES = \ MAPI_FILES = \ entry.c \ - mapi.c \ - mapi.h \ stub.c \ stub.h \ table.c \ |