Removed a misleading comment.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4520 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Jens Ayton 2011-04-21 21:54:33 +00:00
parent 9541bba187
commit 5c6ddfd9bd

View File

@ -33,7 +33,7 @@ MA 02110-1301, USA.
void InitOOJSEntity(JSContext *context, JSObject *global);
BOOL JSValueToEntity(JSContext *context, jsval value, Entity **outEntity); // Value may be Entity or integer (OOUniversalID).
BOOL JSValueToEntity(JSContext *context, jsval value, Entity **outEntity);
JSClass gOOEntityJSClass;
JSObject *gOOEntityJSPrototype;