[gnome-shell/wip/hadess/import-gnome-bluetooth: 6/7] bluetooth: Remove unused ShellBluetoothCategory enum




commit 45555f5ba91f9cec1f556e2bb7ef9faf0a693de6
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 2 15:24:53 2021 +0100

    bluetooth: Remove unused ShellBluetoothCategory enum

 src/shell-bluetooth-enums.h | 20 --------------------
 1 file changed, 20 deletions(-)
---
diff --git a/src/shell-bluetooth-enums.h b/src/shell-bluetooth-enums.h
index 1ab8f7c15b..eabadc279f 100644
--- a/src/shell-bluetooth-enums.h
+++ b/src/shell-bluetooth-enums.h
@@ -34,26 +34,6 @@
  * Enumerations related to ShellBluetooth.
  **/
 
-/**
- * ShellBluetoothCategory:
- * @SHELL_BLUETOOTH_CATEGORY_ALL: all devices
- * @SHELL_BLUETOOTH_CATEGORY_PAIRED: paired devices
- * @SHELL_BLUETOOTH_CATEGORY_TRUSTED: trusted devices
- * @SHELL_BLUETOOTH_CATEGORY_NOT_PAIRED_OR_TRUSTED: neither paired, nor trusted devices
- * @SHELL_BLUETOOTH_CATEGORY_PAIRED_OR_TRUSTED: paired and/or trusted devices
- *
- * The category of a ShellBluetooth devices.
- **/
-typedef enum {
-       SHELL_BLUETOOTH_CATEGORY_ALL,
-       SHELL_BLUETOOTH_CATEGORY_PAIRED,
-       SHELL_BLUETOOTH_CATEGORY_TRUSTED,
-       SHELL_BLUETOOTH_CATEGORY_NOT_PAIRED_OR_TRUSTED,
-       SHELL_BLUETOOTH_CATEGORY_PAIRED_OR_TRUSTED,
-       /* < private > */
-       SHELL_BLUETOOTH_CATEGORY_NUM_CATEGORIES /*< skip >*/
-} ShellBluetoothCategory;
-
 /**
  * ShellBluetoothType:
  * @SHELL_BLUETOOTH_TYPE_ANY: any device, or a device of an unknown type


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]