diff options
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 696be1b6..f3c099b9 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -49,7 +49,6 @@ typedef void (*MMSupportsPortResultFunc) (MMPlugin *plugin, typedef enum { MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED = 0x0, - MM_PLUGIN_SUPPORTS_PORT_IN_PROGRESS, MM_PLUGIN_SUPPORTS_PORT_DEFER, MM_PLUGIN_SUPPORTS_PORT_SUPPORTED } MMPluginSupportsResult; |