]> Dogcows Code - chaz/yoink/blobdiff - src/moof/sound.cc
configuration cleanup and bugfixes
[chaz/yoink] / src / moof / sound.cc
index d5b67bd2d61d85de1d64d0439bc04bd259bcb990..a1da62b8be10c9d1c2567f2931e90a1eb9841071 100644 (file)
@@ -16,7 +16,6 @@
 #include <string>
 
 #include <boost/algorithm/string.hpp>
-
 #include <AL/al.h>
 #include <AL/alc.h>
 #include <vorbis/codec.h>
@@ -39,17 +38,14 @@ public:
        
        impl()
        {
-               //log_info("registering ogg resource handler");
                resource::register_type<sound_stream>("ogg");
        }
 
        ~impl()
        {
-               //log_info("unregistering ogg resource handler");
                resource::unregister_type("ogg");
        }
 };
-
 static impl impl;
 
 
This page took 0.019669 seconds and 4 git commands to generate.