summaryrefslogtreecommitdiff
path: root/noncore/multimedia
authorsimon <simon>2002-12-04 11:41:52 (UTC)
committer simon <simon>2002-12-04 11:41:52 (UTC)
commitdf599e48ffde0e5272e511bba57363ac28a67b2d (patch) (side-by-side diff)
tree5e986bf7f6779209d3054b5d7ab02e18a20011ad /noncore/multimedia
parent6a11cf48019e28006172cfb9a61e865816c3657e (diff)
downloadopie-df599e48ffde0e5272e511bba57363ac28a67b2d.zip
opie-df599e48ffde0e5272e511bba57363ac28a67b2d.tar.gz
opie-df599e48ffde0e5272e511bba57363ac28a67b2d.tar.bz2
- the doclnkset is now fully encapsulated in PlayListFileView, no need
to have a public accessor anymore
Diffstat (limited to 'noncore/multimedia') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/playlistfileview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistfileview.h b/noncore/multimedia/opieplayer2/playlistfileview.h
index 448473e..abe1bb8 100644
--- a/noncore/multimedia/opieplayer2/playlistfileview.h
+++ b/noncore/multimedia/opieplayer2/playlistfileview.h
@@ -14,7 +14,6 @@ public:
// both temporarily accessible that way until the caller code has
// been migrated into this class
- DocLnkSet &files() { return m_files; }
bool &scannedFiles() { return m_scannedFiles; }
public slots: