diff options
Diffstat (limited to 'plugins/HistoryStats/src/dlgoption_subglobal.cpp')
| -rw-r--r-- | plugins/HistoryStats/src/dlgoption_subglobal.cpp | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/HistoryStats/src/dlgoption_subglobal.cpp b/plugins/HistoryStats/src/dlgoption_subglobal.cpp index c2b0054cf5..9df4998661 100644 --- a/plugins/HistoryStats/src/dlgoption_subglobal.cpp +++ b/plugins/HistoryStats/src/dlgoption_subglobal.cpp @@ -286,14 +286,6 @@ void DlgOption::SubGlobal::loadSettings()  		m_Options.checkItem(*i, localS.m_HideContactMenuProtos.find(protoName) != localS.m_HideContactMenuProtos.end());
  	}
 -
 -	// check for availability of 'libpng'
 -	if (!Canvas::hasPNG()) {
 -		if (m_Options.isItemChecked(m_hGraphicsModePNG))
 -			m_Options.setRadioChecked(m_hGraphicsMode, Settings::gmHTML);
 -
 -		m_Options.enableItem(m_hGraphicsModePNG, false);
 -	}
  }
  void DlgOption::SubGlobal::saveSettings()
  | 
