Browse Source

Removed empty Light.cpp

Thomas Buck 10 years ago
parent
commit
c87afe6f17
4 changed files with 1 additions and 57 deletions
  1. 1
    0
      ChangeLog
  2. 0
    1
      Makefile
  3. 0
    23
      include/Light.h
  4. 0
    33
      src/Light.cpp

+ 1
- 0
ChangeLog View File

@@ -6,6 +6,7 @@
6 6
  OpenRaider (0.1.2) xythobuz <xythobuz@xythobuz.de>
7 7
 
8 8
 	[ 20140110 ]
9
+	* Removed empty Light.cpp
9 10
 	* All Unit Tests build without warning
10 11
 	* Converted many FIXME comments to be in the doxygen documentation
11 12
 	* Removed hel & mstl folders, moved into parent directory

+ 0
- 1
Makefile View File

@@ -180,7 +180,6 @@ OBJS = \
180 180
 	$(BUILDDIR)/Camera.o \
181 181
 	$(BUILDDIR)/Emitter.o \
182 182
 	$(BUILDDIR)/GLString.o \
183
-	$(BUILDDIR)/Light.o \
184 183
 	$(BUILDDIR)/MatMath.o \
185 184
 	$(BUILDDIR)/Matrix.o \
186 185
 	$(BUILDDIR)/mtk_tga.o \

+ 0
- 23
include/Light.h View File

@@ -38,29 +38,6 @@ class Light
38 38
 	} FreyjaLightType;
39 39
 
40 40
 
41
-	Light();
42
-	/*------------------------------------------------------
43
-	 * Pre  :
44
-	 * Post : Constructs an object of Light
45
-	 *
46
-	 *-- History ------------------------------------------
47
-	 *
48
-	 * 2002.01.27:
49
-	 * Mongoose - Created
50
-	 ------------------------------------------------------*/
51
-
52
-	~Light();
53
-	/*------------------------------------------------------
54
-	 * Pre  : Light object is allocated
55
-	 * Post : Deconstructs an object of Light
56
-	 *
57
-	 *-- History ------------------------------------------
58
-	 *
59
-	 * 2002.01.27:
60
-	 * Mongoose - Created
61
-	 ------------------------------------------------------*/
62
-
63
-
64 41
 	float mAmbient[4];          /* Ambient color */
65 42
 
66 43
 	float mDiffuse[4];          /* Diffuse color */

+ 0
- 33
src/Light.cpp View File

@@ -1,33 +0,0 @@
1
-/* -*- Mode: C++; tab-width: 3; indent-tabs-mode: t; c-basic-offset: 3 -*- */
2
-/*================================================================
3
- *
4
- * Project : Freyja
5
- * Author  : Terry 'Mongoose' Hendrix II
6
- * Website : http://www.westga.edu/~stu7440/
7
- * Email   : stu7440@westga.edu
8
- * Object  : Light
9
- * License : No use w/o permission (C) 2002 Mongoose
10
- * Comments: This is the GL light class
11
- *
12
- *
13
- *           This file was generated using Mongoose's C++
14
- *           template generator script.  <stu7440@westga.edu>
15
- *
16
- *-- History -------------------------------------------------
17
- *
18
- * 2002.01.27:
19
- * Mongoose - Created
20
- =================================================================*/
21
-
22
-#include <Light.h>
23
-
24
-
25
-Light::Light()
26
-{
27
-}
28
-
29
-
30
-Light::~Light()
31
-{
32
-}
33
-

Loading…
Cancel
Save