Browse Source

Remove DUMMY notice from UiProfileGetString

The original just returns the lable for the BNet user profile values and
are never used in the main application
pull/527/head
Anders Jenbo 6 years ago
parent
commit
0bc40c6799
  1. 1
      SourceX/DiabloUI/diabloui.cpp

1
SourceX/DiabloUI/diabloui.cpp

@ -377,7 +377,6 @@ void UiInitialize()
int UiProfileGetString()
{
DUMMY();
return 0;
}

Loading…
Cancel
Save