Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit df2b1fa

Browse files
committed
Update javascript.cpp
1 parent a8eb651 commit df2b1fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

javascript.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,6 @@ hjs_delpluginpref (JSContext *context, unsigned argc, jsval *vp)
952952
if (!JS_ConvertArguments (context, argc, JS_ARGV(context, vp), "S", &var))
953953
return JS_FALSE;
954954

955-
// it is always stored as a string anyway.
956955
ret = hexchat_pluginpref_delete (prefph, JSSTRING_TO_CHAR(var));
957956

958957
JS_SET_RVAL (context, vp, BOOLEAN_TO_JSVAL(ret));

0 commit comments

Comments
 (0)