Browse Source

remove unused file

Kolja Strohm 3 years ago
parent
commit
b9416bce67
1 changed files with 0 additions and 10 deletions
  1. 0 10
      ksgScript/.h

+ 0 - 10
ksgScript/.h

@@ -1,10 +0,0 @@
-#pragma once
-
-#include "KSGScript.h"
-
-using namespace KSGScript;
-
-class KSGSExpressionEvaluatorImpl : public KSGSExpressionEvaluator
-{
-
-};