From 553b2a148889c3aac2a3bb67a936caf739e1ec8c Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Thu, 26 Jan 2023 07:15:30 +0100
Subject: [PATCH] RUST: Delete duplicated declarations after rebase

---
 src/rust/amalib/src/response.rs | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/rust/amalib/src/response.rs b/src/rust/amalib/src/response.rs
index 54e5428c..460cd0ce 100644
--- a/src/rust/amalib/src/response.rs
+++ b/src/rust/amalib/src/response.rs
@@ -226,12 +226,6 @@ impl LektorPlaybackStatusResponse {
     }
 }
 
-impl LektorKaraInfoResponse {
-    pub fn into_inner(self) -> Vec<(String, String)> {
-        self.infos
-    }
-}
-
 impl LektorIntegerResponse {
     pub fn into_inner(self) -> usize {
         self.content
-- 
GitLab