diff options
Diffstat (limited to 'plugins/Utils.pas/playlist.pas')
-rw-r--r-- | plugins/Utils.pas/playlist.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/playlist.pas b/plugins/Utils.pas/playlist.pas index 2ffe0143d6..fc3199dcfc 100644 --- a/plugins/Utils.pas/playlist.pas +++ b/plugins/Utils.pas/playlist.pas @@ -49,7 +49,7 @@ function CreatePlaylistBuf(buf:pointer;format:integer):tPlaylist; implementation
-uses windows, common, io, memini;//, m_api, mirutils;
+uses windows, common, io, memini;
const
plSizeStart = 2048;
|