~neon/juk/master

« back to all changes in this revision

Viewing changes to artsplayer.h

  • Committer: Scott Wheeler
  • Date: 2004-06-22 21:35:11 UTC
  • Revision ID: git-v1:ffa6db6e86fb76f19c7945fd62a2a7146772acff
Remove the rest of USE_ARTS here.  Again -- it doesn't make sense to build
JuK without aRts at the moment and this causes lots of problems for the
people that try.

svn path=/trunk/kdemultimedia/juk/; revision=322920

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include <config.h>
23
23
 
24
 
#ifdef USE_ARTS
25
 
 
26
24
#include "player.h"
27
25
 
28
26
#include <kurl.h>
90
88
};
91
89
 
92
90
#endif
93
 
#endif
94
91
 
95
92
// vim: sw=4 ts=8 et