summaryrefslogtreecommitdiffstats
path: root/core/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/m_config.h')
-rw-r--r--core/m_config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/m_config.h b/core/m_config.h
index 6a5c471867..c48a4f1281 100644
--- a/core/m_config.h
+++ b/core/m_config.h
@@ -54,19 +54,6 @@ struct m_config_option {
struct m_config_option *alias_owner;
};
-// Profiles allow to predefine some sets of options that can then
-// be applied later on with the internal -profile option.
-
-// Config profile
-struct m_profile {
- struct m_profile *next;
- char *name;
- char *desc;
- int num_opts;
- // Option/value pair array.
- char **opts;
-};
-
// Config object
/** \ingroup Config */
typedef struct m_config {