Remove unneeded objects

This commit is contained in:
jsteube
2016-09-29 00:23:24 +02:00
parent df23d5b4e9
commit dfb88a7002
15 changed files with 7 additions and 162 deletions
-9
View File
@@ -1,9 +0,0 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _ATTACK_MODE_H
#define _ATTACK_MODE_H
#endif // _ATTACK_MODE_H
-9
View File
@@ -1,9 +0,0 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _POWERTUNE_H
#define _POWERTUNE_H
#endif // _POWERTUNE_H
-9
View File
@@ -1,9 +0,0 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _REMOVE_H
#define _REMOVE_H
#endif // _REMOVE_H
-9
View File
@@ -1,9 +0,0 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _RUNTIME_H
#define _RUNTIME_H
#endif // _RUNTIME_H
-13
View File
@@ -1,13 +0,0 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _SESSION_H
#define _SESSION_H
void session_ctx_init (session_ctx_t *session_ctx);
void session_ctx_destroy (session_ctx_t *session_ctx);
#endif // _SESSION_H
-9
View File
@@ -1,9 +0,0 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _VERSION_H
#define _VERSION_H
#endif // _VERSION_H