Skip to content

Commit a44079b

Browse files
toniheiivanbuper
authored andcommitted
Removed unused constructor
PiperOrigin-RevId: 688960856 (cherry picked from commit 2152658)
1 parent bc7c901 commit a44079b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libraries/session/src/main/java/androidx/media3/session/LegacyConversions.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ public static class ConversionException extends Exception {
149149
private ConversionException(String message) {
150150
super(message);
151151
}
152-
153-
private ConversionException(String message, Throwable cause) {
154-
super(message, cause);
155-
}
156152
}
157153

158154
/** Converts {@link PlaybackStateCompat} to {@link PlaybackException}. */

0 commit comments

Comments
 (0)