Remove warnings for now

This commit is contained in:
oakes
2014-04-08 22:25:24 -04:00
parent b5e44dae65
commit 9a96162411
2 changed files with 1 additions and 4 deletions

View File

@@ -2,8 +2,6 @@
(defmacro pixmap
"Returns a [Pixmap](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/Pixmap.html).
When no longer needed, you must call `(pixmap! object :dispose)` to free it from
memory.
(pixmap \"image.png\")"
[& args]

View File

@@ -9,8 +9,7 @@
(defn screenshot!
"Captures a screenshot and either returns it as a `pixmap` or saves it to the
specified path. Note that when a `pixmap` is no longer needed, you must call
`(pixmap! object :dispose)` to clear it from memory.
specified path.
(screenshot!)
(screenshot! \"out.png\")