author | mickeyl <mickeyl> | 2005-05-09 10:39:17 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-05-09 10:39:17 (UTC) |
commit | beafdf6f2550f14bf8b6a37a25fe3224c887a42d (patch) (side-by-side diff) | |
tree | d8dc0249d4b2f148e9d6ad24d25b1df8ddd8ec3f /libopie2 | |
parent | ea889d21f3b5bf846ff20a6fad9a756108a28ad7 (diff) | |
download | opie-beafdf6f2550f14bf8b6a37a25fe3224c887a42d.zip opie-beafdf6f2550f14bf8b6a37a25fe3224c887a42d.tar.gz opie-beafdf6f2550f14bf8b6a37a25fe3224c887a42d.tar.bz2 |
remove bogus comment
-rw-r--r-- | libopie2/opiemm/osoundsystem.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libopie2/opiemm/osoundsystem.cpp b/libopie2/opiemm/osoundsystem.cpp index 6c03203..2956682 100644 --- a/libopie2/opiemm/osoundsystem.cpp +++ b/libopie2/opiemm/osoundsystem.cpp @@ -58,10 +58,6 @@ OSoundSystem::OSoundSystem() void OSoundSystem::synchronize() { - // gather available interfaces by inspecting /dev - //FIXME: we could use SIOCGIFCONF here, but we aren't interested in virtual (e.g. eth0:0) devices - //FIXME: Use SIOCGIFCONF anway, because we can disable listing of aliased devices - _interfaces.clear(); _interfaces.insert( "soundcard", new OSoundCard( this, "soundcard" ) ); |