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

Commit da8c208

Browse files
committed
Merge branch 'master' of github.com:TingPing/hexchat-javascript
2 parents 21e1d31 + df2b1fa commit da8c208

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
@@ -970,7 +970,6 @@ hjs_delpluginpref (JSContext *context, unsigned argc, jsval *vp)
970970
if (!JS_ConvertArguments (context, argc, JS_ARGV(context, vp), "S", &var))
971971
return JS_FALSE;
972972

973-
// it is always stored as a string anyway.
974973
ret = hexchat_pluginpref_delete (prefph, JSSTRING_TO_CHAR(var));
975974

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

0 commit comments

Comments
 (0)