API: Don't set human-readable path that isn't actually

(cherry picked from commit 9466cab585aeb02d432387be8681254129c18298)

Co-authored-by: Jon Evans <jon@craftyjon.com>
This commit is contained in:
Jon Evans 2025-05-26 20:07:02 -04:00
parent dd80797aa4
commit 71eeb754b3

View File

@ -239,8 +239,6 @@ KICOMMON_API void PackSheetPath( types::SheetPath& aOutput, const KIID_PATH& aIn
for( const KIID& entry : aInput )
aOutput.add_path()->set_value( entry.AsStdString() );
aOutput.set_path_human_readable( aInput.AsString().ToStdString() );
}
} // namespace kiapi::common