1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Cosmetic: remove useless comments

This commit is contained in:
Mathieu Schroeter 2017-02-20 18:29:20 +01:00
parent acb0ba6516
commit f07c5c9543

View File

@ -11,14 +11,6 @@
#include "kitchensink/kitchensink.h"
//----------------------------------------------------------------------------
#define AVI_VIDEO "avivideo"
#define IDM_PLAY 10
//----------------------------------------------------------------------------
// Initialize avi libraries.
bool CMovie::initAVI()
@ -142,12 +134,6 @@ void CMovie::playMovie()
Kit_PlayerPause (m_player);
}
//----------------------------------------------------------------------------
// Constructeur.
CMovie::CMovie()
{
m_bEnable = false;
@ -162,8 +148,6 @@ CMovie::CMovie()
m_ret = 0;
}
// Destructeur.
CMovie::~CMovie()
{
termAVI();