New directory tree, with preprocessor/ inside interpretor/.
[Faustine.git] / interpretor / faust-0.9.47mr3 / compiler / headers / inverterSchema.h
diff --git a/interpretor/faust-0.9.47mr3/compiler/headers/inverterSchema.h b/interpretor/faust-0.9.47mr3/compiler/headers/inverterSchema.h
deleted file mode 100644 (file)
index 7b2c34f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef INVERTERSCHEMA_H
-#define INVERTERSCHEMA_H
-
-
-#include "blockSchema.h"
-
-/**
- * An inverter : a special symbol corresponding to '*(-1)'
- * to create more compact diagrams
- */
-class inverterSchema : public blockSchema
-{
-
-  public:
-    friend schema* makeInverterSchema (const string& color);
-
-    virtual void       draw(device& dev);
-  private:
-     inverterSchema (const string& color);
-
-};
-
-#endif // INVERTERSCHEMA_H