Skip to content

Commit

Permalink
Remove debug fodder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Carroll committed Sep 15, 2012
1 parent cf98706 commit 930661d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions xbmc/interfaces/legacy/Window.cpp
Expand Up @@ -190,11 +190,6 @@ namespace XBMCAddon
Control* Window::GetControlById(int iControlId) throw (WindowException)
{
TRACE;
CLog::Log(LOGDEBUG,"Window_GetControlById control id: %d",iControlId);
if (iControlId == 0)
{
int i = 12 + 1;
}

// find in window vector first!!!
// this saves us from creating a complete new control
Expand Down

0 comments on commit 930661d

Please sign in to comment.