Code Cleanup

- Removed unused defines.
This commit is contained in:
Paul Beckingham 2012-04-27 01:33:11 -04:00
parent 9a18d77005
commit f47648c71f
2 changed files with 0 additions and 4 deletions

View file

@ -35,8 +35,6 @@
#include <Nibbler.h>
#include <File.h>
#define ARGUMENTS_SEQUENCE_MAX_RANGE 1000
class A3 : public std::vector <Arg>
{
public:

View file

@ -31,8 +31,6 @@
#include <string>
#define ARGUMENTS_SEQUENCE_MAX_RANGE 1000
class Arg
{
public: