From 83e822dac6eb9600a8ec272ce053df11aabb9744 Mon Sep 17 00:00:00 2001 From: Dragoy Date: Fri, 15 May 2026 21:54:23 +0200 Subject: [PATCH] Remove Effect filter instance ID shortcut --- after-effects/src/pf/effect.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/after-effects/src/pf/effect.rs b/after-effects/src/pf/effect.rs index c739137..645cd8a 100644 --- a/after-effects/src/pf/effect.rs +++ b/after-effects/src/pf/effect.rs @@ -39,8 +39,6 @@ define_suite_item_wrapper!( // ―――――――――――――――――――――――――――― Utility suite functions ―――――――――――――――――――――――――――― - /// Gets the filter ID for the current effect reference. - filter_instance_id() -> i32 => pf_utility.filter_instance_id, /// Retrieves formatted timecode, as well as the currently active video frame. /// /// Returns a tuple containing `(current_frame, time_display)`