diff --git a/restlike/request.go b/restlike/request.go
index 01cefd32986304b2ec976814e0644f377d6b485e..211348375cd6f229f7575c6f59b910250f314cb7 100644
--- a/restlike/request.go
+++ b/restlike/request.go
@@ -34,9 +34,6 @@ type SingleRequest struct {
 	Net          single.Cmix
 	Rng          csprng.Source
 	E2eGrp       *cyclic.Group
-	//func TransmitRequest(recipient contact.Contact, tag string, payload []byte,
-	//	callback Response, param RequestParams, net Cmix, rng csprng.Source,
-	//	e2eGrp *cyclic.Group) ([]id.Round, receptionID.EphemeralIdentity, error)
 }
 
 // Request provides several Method of sending Data to the given URI