From cd7e2ce3f31ce1efc65a1aa65b05fbfdb81131f9 Mon Sep 17 00:00:00 2001 From: Saxon Date: Wed, 17 Apr 2019 07:51:34 +0930 Subject: [PATCH] protocol/rtsp: removed response writer interface, which was just http.ResponseWriter --- protocol/rtsp/rtsp.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/protocol/rtsp/rtsp.go b/protocol/rtsp/rtsp.go index 415368c2..596fcec3 100644 --- a/protocol/rtsp/rtsp.go +++ b/protocol/rtsp/rtsp.go @@ -23,10 +23,6 @@ const ( setup = "SETUP" ) -type ResponseWriter interface { - http.ResponseWriter -} - type Request struct { Method string URL *url.URL