1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 05:37:29 +02:00

Remove obsolete comment

This commit is contained in:
Uwe L. Korn
2014-10-22 12:14:02 +02:00
parent 665c3d2c5e
commit 2b3b48f47f

View File

@@ -27,7 +27,6 @@ public:
public slots: public slots:
void runDbCmd() void runDbCmd()
{ {
// TODO FIX database so that ready is emitted after the index is loaded and at least one worker runs.
database->enqueue( cmd ); database->enqueue( cmd );
} }