summaryrefslogtreecommitdiff
path: root/src/graphyx/graphics/GraphicalJoint.scala
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-06-29 12:32:00 +0200
committerJakob Odersky <jodersky@gmail.com>2015-06-29 12:32:00 +0200
commit01c5c700647feba596e02cb7a2e672f5301504ff (patch)
treebb0b0e1c2efde6b5362a294089fe081db0724833 /src/graphyx/graphics/GraphicalJoint.scala
parent998e545e8e42fee597f7274e47428d35dcf29e7b (diff)
downloadsims-01c5c700647feba596e02cb7a2e672f5301504ff.tar.gz
sims-01c5c700647feba596e02cb7a2e672f5301504ff.tar.bz2
sims-01c5c700647feba596e02cb7a2e672f5301504ff.zip
Port to scala 2.11
Diffstat (limited to 'src/graphyx/graphics/GraphicalJoint.scala')
-rw-r--r--src/graphyx/graphics/GraphicalJoint.scala12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/graphyx/graphics/GraphicalJoint.scala b/src/graphyx/graphics/GraphicalJoint.scala
deleted file mode 100644
index 27d4f83..0000000
--- a/src/graphyx/graphics/GraphicalJoint.scala
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Graphyx
- * copyright (c) 2009 Jakob Odersky
- * made available under the MIT License
-*/
-
-package graphyx.graphics
-
-import sims.dynamics.joints._
-trait GraphicalJoint extends GraphicalObject{
- val real: Joint
-}