Various clean ups.

This commit is contained in:
stiffly
2016-02-23 11:07:56 +01:00
parent c42e1e0967
commit fc7d62a5ad
10 changed files with 1 additions and 123 deletions
-13
View File
@@ -1,13 +0,0 @@
#ifndef HybridClient_h__
#define HybridClient_h__
class HybridClient
{
public:
HybridClient();
~HybridClient();
private:
};
#endif