remove dead code

This commit is contained in:
David Rose 2006-01-31 20:10:43 +00:00
parent 945251b218
commit 162a4ceffe

View File

@ -136,12 +136,6 @@ GtkStatsGraph::
~GtkStatsGraph() {
_monitor = (GtkStatsMonitor *)NULL;
release_pixmap();
/*
DeleteObject(_dark_pen);
DeleteObject(_light_pen);
DeleteObject(_user_guide_bar_pen);
*/
Brushes::iterator bi;
for (bi = _brushes.begin(); bi != _brushes.end(); ++bi) {