From 724b92ee603fd745a47e329c2c5da5752e515507 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 11 Jul 2020 16:35:54 +0200 Subject: [PATCH] [partition] Drop documentation of vanished parameter --- src/modules/partition/core/DeviceList.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/partition/core/DeviceList.h b/src/modules/partition/core/DeviceList.h index 51c71feeb..306d90739 100644 --- a/src/modules/partition/core/DeviceList.h +++ b/src/modules/partition/core/DeviceList.h @@ -40,9 +40,6 @@ enum class DeviceType * the system, filtering out those that do not meet a criterium. * If set to WritableOnly, only devices which can be overwritten * safely are returned (e.g. RO-media are ignored, as are mounted partitions). - * @param minimumSize Can be used to filter devices based on their - * size (in bytes). If non-negative, only devices with a size - * greater than @p minimumSize will be returned. * @return a list of Devices meeting this criterium. */ QList< Device* > getDevices( DeviceType which = DeviceType::All );