Skip to content

Commit

Permalink
removed left over Projection.h and Projection.impl.h (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
lene committed Mar 28, 2014
1 parent bf6994a commit aa04c7e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 360 deletions.
196 changes: 0 additions & 196 deletions src/Displayable/Projection.h

This file was deleted.

163 changes: 0 additions & 163 deletions src/Displayable/Projection.impl.h

This file was deleted.

2 changes: 1 addition & 1 deletion tests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/

/// Otherwise, only run the latest test suites, as manually defined below
#define RUN_ALL_TESTS 0
#define RUN_ALL_TESTS 1

#include "Test_Rotope.h"
#include "Test_Displayable.h"
Expand Down
1 change: 1 addition & 0 deletions tests/tests.pro
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ DEPENDPATH += . \
INCLUDEPATH += . \
../src \
../src/Displayable \
../src/Displayable/Projection \
../src/Displayable/Transformation \
../src/Displayable/Object \
../src/Utilities \
Expand Down

0 comments on commit aa04c7e

Please sign in to comment.