Removed unused files.
This commit is contained in:
parent
583900cec5
commit
68dc3cafc7
@ -141,4 +141,8 @@ extern struct hub_command* command_parse(struct command_base* cbase, const struc
|
|||||||
*/
|
*/
|
||||||
extern void command_free(struct hub_command* command);
|
extern void command_free(struct hub_command* command);
|
||||||
|
|
||||||
|
|
||||||
|
extern void commands_builtin_add(struct command_base*);
|
||||||
|
extern void commands_builtin_remove(struct command_base*);
|
||||||
|
|
||||||
#endif /* HAVE_UHUB_COMMANDS_H */
|
#endif /* HAVE_UHUB_COMMANDS_H */
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
|
|
||||||
void commands_builtin_add(struct command_base*);
|
|
||||||
void commands_builtin_remove(struct command_base*);
|
|
@ -90,7 +90,6 @@ extern "C" {
|
|||||||
#include "core/pluginloader.h"
|
#include "core/pluginloader.h"
|
||||||
#include "core/hub.h"
|
#include "core/hub.h"
|
||||||
#include "core/commands.h"
|
#include "core/commands.h"
|
||||||
#include "core/commands_builtin.h"
|
|
||||||
#include "core/inf.h"
|
#include "core/inf.h"
|
||||||
#include "core/hubevent.h"
|
#include "core/hubevent.h"
|
||||||
#include "core/plugincallback.h"
|
#include "core/plugincallback.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user