summaryrefslogtreecommitdiffstats
path: root/src/core/SurfaceTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SurfaceTable.h')
-rw-r--r--src/core/SurfaceTable.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/SurfaceTable.h b/src/core/SurfaceTable.h
index 5fe9c24e..359ebd5c 100644
--- a/src/core/SurfaceTable.h
+++ b/src/core/SurfaceTable.h
@@ -88,16 +88,6 @@ IsShootThrough(uint8 surfType)
return false;
}
-inline bool
-IsSeeThrough(uint8 surfType)
-{
- switch(surfType)
- case SURFACE_GLASS:
- case SURFACE_TRANSPARENT_CLOTH:
- return true;
- return false;
-}
-
class CSurfaceTable
{
static float ms_aAdhesiveLimitTable[NUMADHESIVEGROUPS][NUMADHESIVEGROUPS];