From beafdf6f2550f14bf8b6a37a25fe3224c887a42d Mon Sep 17 00:00:00 2001
From: mickeyl <mickeyl>
Date: Mon, 09 May 2005 10:39:17 +0000
Subject: remove bogus comment

---
(limited to 'libopie2')

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" ) );
     
--
cgit v0.9.0.2