diff options
| author | Scott Mansell <phiren@gmail.com> | 2015-09-10 18:34:06 +1200 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2015-09-10 18:39:32 +1200 |
| commit | ef4974b6a2114523bd809d6692ed69b46d885343 (patch) | |
| tree | 677f435e16977afeb3db717fde85460e8e632844 /Source/Core/Common/Logging/LogManager.cpp | |
| parent | 0ed1e977ccf4304329e210648e9511fc2d4f3795 (diff) | |
Remove unused log type.
Diffstat (limited to 'Source/Core/Common/Logging/LogManager.cpp')
| -rw-r--r-- | Source/Core/Common/Logging/LogManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/Logging/LogManager.cpp b/Source/Core/Common/Logging/LogManager.cpp index 46d55c3e70..5d5e4db771 100644 --- a/Source/Core/Common/Logging/LogManager.cpp +++ b/Source/Core/Common/Logging/LogManager.cpp @@ -67,7 +67,6 @@ LogManager::LogManager() m_Log[LogTypes::POWERPC] = new LogContainer("PowerPC", "IBM CPU"); m_Log[LogTypes::SERIALINTERFACE] = new LogContainer("SI", "Serial Interface (SI)"); m_Log[LogTypes::SP1] = new LogContainer("SP1", "Serial Port 1"); - m_Log[LogTypes::STREAMINGINTERFACE] = new LogContainer("Stream", "StreamingInt"); m_Log[LogTypes::VIDEO] = new LogContainer("Video", "Video Backend"); m_Log[LogTypes::VIDEOINTERFACE] = new LogContainer("VI", "Video Interface (VI)"); m_Log[LogTypes::WIIMOTE] = new LogContainer("Wiimote", "Wiimote"); |
