From 99b95d99bddba6ff80a9cda4f6f3c42adf29c3fe Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Thu, 1 Jun 2023 17:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/twainui/hg_settingdialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/twainui/hg_settingdialog.cpp b/modules/twainui/hg_settingdialog.cpp index d93ae21b..774db0c1 100644 --- a/modules/twainui/hg_settingdialog.cpp +++ b/modules/twainui/hg_settingdialog.cpp @@ -48,7 +48,6 @@ hg_settingdialog::hg_settingdialog(SANE_Handle handle, const SANEAPI* saneApi, b setIcon(); HGChar cfgpath[512] = {0}; - HGBase_GetConfigPath(cfgpath, 512); GetConfigPath(cfgpath, 512); HGBase_CreateDir(cfgpath);