From f44ed771d0d280f76d8a8bb9f0001e9ae831bdaf Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 12 Dec 2007 16:58:19 +0000 Subject: [PATCH] Cosmetic --- include/vlc_modules.h | 4 ++-- src/modules/modules.h | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/include/vlc_modules.h b/include/vlc_modules.h index 9f3cd514bd..68ced4dd0b 100644 --- a/include/vlc_modules.h +++ b/include/vlc_modules.h @@ -25,6 +25,8 @@ #error You are not libvlc or one of its plugins. You cannot include this file #endif +#if 1 +/* FIXME: scheduled for privatization */ #define MODULE_SHORTCUT_MAX 50 /* The module handle type. */ @@ -46,8 +48,6 @@ typedef shl_t module_handle_t; /** * Module descriptor */ -#ifndef __PLUGIN__FIXME___ -/* FIXME: scheduled for privatization */ struct module_t { VLC_COMMON_MEMBERS diff --git a/src/modules/modules.h b/src/modules/modules.h index d0654d694a..7b235593af 100644 --- a/src/modules/modules.h +++ b/src/modules/modules.h @@ -109,15 +109,10 @@ struct module_t const char *psz_longname; /**< Module descriptive name */ const char *psz_help; /**< Long help string for "special" modules */ - /* - * Variables set by the module to tell us what it can do - */ - const char *psz_program; /**< Program name which will activate the module */ - /** Shortcuts to the module */ const char *pp_shortcuts[ MODULE_SHORTCUT_MAX ]; - const char *psz_capability; /**< Capability */ + char *psz_capability; /**< Capability */ int i_score; /**< Score for the capability */ uint32_t i_cpu; /**< Required CPU capabilities */ -- 2.39.2