diff org/util.org @ 317:bb3f8a4af87f

removed references to defvar from clojure.contrib.def since the def from 1.4 now allows for docstrings
author Robert McIntyre <rlm@mit.edu>
date Tue, 28 Feb 2012 14:04:21 -0600
parents 7e7f8d6d9ec5
children 52de8a36edde
line wrap: on
line diff
     1.1 --- a/org/util.org	Tue Feb 28 13:44:46 2012 -0600
     1.2 +++ b/org/util.org	Tue Feb 28 14:04:21 2012 -0600
     1.3 @@ -83,7 +83,6 @@
     1.4     clojure."
     1.5    {:author "Robert McIntyre"}
     1.6    (:use cortex.world)
     1.7 -  (:use clojure.contrib.def)
     1.8    (:import com.jme3.math.Vector3f)
     1.9    (:import com.jme3.math.Quaternion)
    1.10    (:import com.jme3.asset.TextureKey)