Changeset 447

Show
Ignore:
Timestamp:
09/07/08 09:43:04 (5 years ago)
Author:
wolke
Message:

code clean up songeditor

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/SongEditor/SongEditor.cpp

    r422 r447  
    13651365        } 
    13661366 
    1367         Hydrogen *engine = Hydrogen::get_instance(); 
    1368         Song *song = engine->getSong(); 
    1369         Instrument *instr = song->get_instrument_list()->get( 0 ); 
    1370         assert( instr ); 
    13711367 
    13721368        QString sText = QString("move pattern:%1"); 
     
    13811377        pDrag->start( Qt::CopyAction | Qt::MoveAction ); 
    13821378 
    1383         // propago l'evento 
    13841379        QWidget::mouseMoveEvent(event); 
    13851380}