]> git.tdb.fi Git - libs/gl.git/blobdiff - source/placeable.cpp
Rearrange soucre files into subdirectories
[libs/gl.git] / source / placeable.cpp
diff --git a/source/placeable.cpp b/source/placeable.cpp
deleted file mode 100644 (file)
index c7ea792..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "placeable.h"
-
-namespace Msp {
-namespace GL {
-
-void Placeable::set_matrix(const Matrix &m)
-{
-       matrix = m;
-}
-
-} // namespace GL
-} // namespace Msp