mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
Silence the dead-code warnings for groundwork the host wiring will use
This commit is contained in:
@@ -41,6 +41,7 @@ pub struct NodeRuntime {
|
||||
editor_preferences: EditorPreferences,
|
||||
old_graph: Option<NodeNetwork>,
|
||||
update_thumbnails: bool,
|
||||
#[expect(dead_code, reason = "read once the host wires a notifier onto the runtime")]
|
||||
graph_runtime: Arc<DynGraphRuntime>,
|
||||
|
||||
editor_api: Arc<PlatformEditorApi>,
|
||||
|
||||
Reference in New Issue
Block a user