Remove mcp from bogus

This commit is contained in:
Jesse van den Kieboom 2005-11-06 15:59:46 +00:00
parent 0f1973d86a
commit 2f619a4b34
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,4 @@
#ifndef __GM_BOGUS_H__
#define __GM_BOGUS_H__
typedef GObject GmMcp;
GmMcp *gm_mcp_new(GmWorld *world) { return NULL; }
void gm_mcp_handle(GmMcp *mcp, gchar *line) {}
#endif /* __GM_BOGUS_H__ */