From ce3d9531b62414fd17ccb702809a18810da16de1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 8 Feb 2022 10:46:00 +0900 Subject: Removed HAL dependant code. Signed-off-by: Michele Calgaro --- libk3bdevice/k3bdevicemanager.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libk3bdevice/k3bdevicemanager.h') diff --git a/libk3bdevice/k3bdevicemanager.h b/libk3bdevice/k3bdevicemanager.h index fa687a9..13eb897 100644 --- a/libk3bdevice/k3bdevicemanager.h +++ b/libk3bdevice/k3bdevicemanager.h @@ -185,9 +185,6 @@ namespace K3bDevice { /** * Scan the system for devices. Call this to initialize all devices. * - * If the system uses the HAL device deamon it is possible to use - * HalConnection instead of calling this method. - * * \return Number of found devices. **/ virtual int scanBus(); @@ -214,7 +211,7 @@ namespace K3bDevice { /** * Remove a device from the device manager. Basicly this method - * only makes sense in combination with the HalConnection. Connect + * only makes sense in combination with the Connection. Connect * it to the deviceRemoved signal. */ virtual void removeDevice( const TQString& dev ); -- cgit v1.2.3