diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-11 06:57:16 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:06:46 +0200 |
commit | 1078b246b0ccea5a85dbef713c527e22c9cc64a2 (patch) | |
tree | 8569440f14aedcbc622ea6b6a2c45feacdce3536 /src/mm-plugin.h | |
parent | 9b0f6c83f2e34620c99a7d3b2c945ef92314369a (diff) |
plugin: remove no longer used `MM_PLUGIN_SORT_LAST' property
The behaviour previously handled by this property is now automatically handled.
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index bba5db26..71a6d106 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -50,7 +50,6 @@ #define MM_PLUGIN_ALLOWED_QCDM "allowed-qcdm" #define MM_PLUGIN_CUSTOM_AT_PROBE "custom-at-probe" #define MM_PLUGIN_SEND_DELAY "send-delay" -#define MM_PLUGIN_SORT_LAST "sort-last" typedef enum { MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED = 0x0, |