summaryrefslogtreecommitdiff
path: root/mg_content_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'mg_content_interface.c')
-rwxr-xr-xmg_content_interface.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/mg_content_interface.c b/mg_content_interface.c
index 5c4890b..65a564f 100755
--- a/mg_content_interface.c
+++ b/mg_content_interface.c
@@ -55,20 +55,16 @@ mgTracklist::~mgTracklist()
}
/*!
- *****************************************************************************
* \brief returns a pointer to the list of elements
- *
- ****************************************************************************/
+ */
vector<mgContentItem*> *mgTracklist::getAll()
{
return &m_list;
}
/*!
- *****************************************************************************
* \brief returns the number of elements in the list
- *
- ****************************************************************************/
+ */
unsigned int mgTracklist::getNumItems()
{
return m_list.size();