* Remove redundant files

This commit is contained in:
Phillip Stephens 2015-04-18 14:55:49 -07:00
parent 66591c4bdb
commit bcb889137f
2 changed files with 0 additions and 24 deletions

View File

@ -1,12 +0,0 @@
#include "CContext.hpp"
CContext::CContext()
{
}
CContext::~CContext()
{
}

View File

@ -1,12 +0,0 @@
#ifndef ICONTEXT_HPP
#define ICONTEXT_HPP
class IContext
{
public:
IContext();
~IContext();
};
#endif // ICONTEXT_HPP