forked from Elara6331/itd
		
	Remove useless function call
This commit is contained in:
		
							
								
								
									
										1
									
								
								calls.go
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								calls.go
									
									
									
									
									
								
							@@ -40,7 +40,6 @@ func initCallNotifs(dev *infinitime.Device) error {
 | 
				
			|||||||
	if err != nil {
 | 
						if err != nil {
 | 
				
			||||||
		return err
 | 
							return err
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	conn.Names()
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Create channel to receive calls
 | 
						// Create channel to receive calls
 | 
				
			||||||
	callCh := make(chan *dbus.Message, 5)
 | 
						callCh := make(chan *dbus.Message, 5)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user