API: Don't set human-readable path that isn't actually
(cherry picked from commit 9466cab585)
Co-authored-by: Jon Evans <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user