浏览代码

remove unused file

Kolja Strohm 3 年之前
父节点
当前提交
b9416bce67
共有 1 个文件被更改,包括 0 次插入10 次删除
  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
-{
-
-};