From 7e06ca4b124234ef81d5e660cbef5aaaca6b8b5f Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 1 Dec 2001 23:47:48 +0000
Subject: [PATCH] Removed unused (commented) line.

---
 src/sbbs3/js_user.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/sbbs3/js_user.c b/src/sbbs3/js_user.c
index 473d144827..df01d335cb 100644
--- a/src/sbbs3/js_user.c
+++ b/src/sbbs3/js_user.c
@@ -738,8 +738,6 @@ JSObject* DLLCALL js_CreateUserClass(JSContext* cx, JSObject* parent, scfg_t* cf
 		,js_user_functions
 		,NULL,NULL);
 
-//	JS_SetPrivate(cx, userclass, cfg);	
-
 	return(userclass);
 }
 
-- 
GitLab