aboutsummaryrefslogtreecommitdiff
path: root/externals/g3dlite/G3D/BoundsTrait.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/g3dlite/G3D/BoundsTrait.h')
-rw-r--r--externals/g3dlite/G3D/BoundsTrait.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/externals/g3dlite/G3D/BoundsTrait.h b/externals/g3dlite/G3D/BoundsTrait.h
deleted file mode 100644
index 15e1418010c..00000000000
--- a/externals/g3dlite/G3D/BoundsTrait.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- @file BoundsTrait.h
-
- @maintainer Morgan McGuire, http://graphics.cs.williams.edu
- @created 2008-10-01
- @edited 2008-10-01
- Copyright 2000-2009, Morgan McGuire.
- All rights reserved.
- */
-
-#ifndef G3D_BOUNDSTRAIT_H
-#define G3D_BOUNDSTRAIT_H
-
-#include "G3D/platform.h"
-
-template<typename Value>
-struct BoundsTrait{};
-
-#endif
-