From 0bc40c67994cb5a441354eb8cea0bb43742bc23f Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 30 Dec 2019 21:50:40 +0100 Subject: [PATCH] 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 --- SourceX/DiabloUI/diabloui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SourceX/DiabloUI/diabloui.cpp b/SourceX/DiabloUI/diabloui.cpp index 95d86d345..8fffef0ae 100644 --- a/SourceX/DiabloUI/diabloui.cpp +++ b/SourceX/DiabloUI/diabloui.cpp @@ -377,7 +377,6 @@ void UiInitialize() int UiProfileGetString() { - DUMMY(); return 0; }