Skip to content

Commit 664df4d

Browse files
committed
drop deprecated introspection alias
it's been most of two years.
1 parent 462c5b5 commit 664df4d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pulse-binding/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
implementation.
66
* Dropped additional long-deprecated constants, missed in the previous version.
77
* Dropped long-deprecated `check_version()` function.
8+
* Dropped deprecated `CardProfileInfo2` introspection alias.
89

910
# 2.29.0 (March 3rd, 2025)
1011

pulse-binding/src/context/introspect.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1537,10 +1537,6 @@ fn get_client_info_list_cb_proxy(_: *mut ContextInternal, i: *const ClientInfoIn
15371537
// Card info
15381538
////////////////////////////////////////////////////////////////////////////////////////////////////
15391539

1540-
/// Backwards compatable alias
1541-
#[deprecated(since = "2.28.0", note = "Use the name CardProfileInfo instead")]
1542-
pub type CardProfileInfo2<'a> = CardProfileInfo<'a>;
1543-
15441540
/// Stores information about a specific profile of a card.
15451541
///
15461542
/// Please note that this structure can be extended as part of evolutionary API updates at any time

0 commit comments

Comments
 (0)