Skip to content

Commit

Permalink
Remove unused reference to _NSConcreteStackBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbshaw authored and slimsag committed Aug 21, 2024
1 parent 7c4333c commit 773066d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions avf_audio_manual.zig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ pub const AVAudioSessionLocation = *ns.String;
pub const AVAudioSessionOrientation = *ns.String;

pub const AudioChannelLabel = u32;

// TODO - can we use definition in ns
extern const _NSConcreteStackBlock: *anyopaque;
3 changes: 0 additions & 3 deletions metal_manual.zig
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ pub const dispatch_data_t = *opaque {};
pub const dispatch_queue_t = *opaque {};
pub const IOSurfaceRef = *opaque {};

// TODO - can we use definition in ns
extern const _NSConcreteStackBlock: *anyopaque;

// ------------------------------------------------------------------------------------------------
// Types

Expand Down
3 changes: 0 additions & 3 deletions src/avf_audio.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ pub const AVAudioSessionOrientation = *ns.String;

pub const AudioChannelLabel = u32;

// TODO - can we use definition in ns
extern const _NSConcreteStackBlock: *anyopaque;

pub const AVAudioSessionCategoryOptions = ns.UInteger;
pub const AVAudioSessionCategoryOptionMixWithOthers: AVAudioSessionCategoryOptions = 1;
pub const AVAudioSessionCategoryOptionDuckOthers: AVAudioSessionCategoryOptions = 2;
Expand Down
3 changes: 0 additions & 3 deletions src/metal.zig
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ pub const dispatch_data_t = *opaque {};
pub const dispatch_queue_t = *opaque {};
pub const IOSurfaceRef = *opaque {};

// TODO - can we use definition in ns
extern const _NSConcreteStackBlock: *anyopaque;

// ------------------------------------------------------------------------------------------------
// Types

Expand Down

0 comments on commit 773066d

Please sign in to comment.