HomeWildfire Games

Delete useless JS::Value forward declaration.

Description

Delete useless JS::Value forward declaration.

ProfileViewer.h forward-declares JS::Value but doesn't use it. Starting in SM68, JS::Value is a union, and this breaks at compilation.

Last modified in rP16214, useless since rP21858

Differential Revision: https://code.wildfiregames.com/D3102