From 86d934b18fb8878b80f6c5e7d66453adb90b08a0 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Tue, 05 Nov 2002 13:51:30 +0000 Subject: remove commentedout code --- (limited to 'noncore') diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp index 2f35f7f..18c9e51 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp @@ -230,7 +230,7 @@ void StockTickerPluginWidget::init() { QHBoxLayout* layout = new QHBoxLayout( this ); stocktickerTicker = new OTicker(this); - stocktickerTicker->setMinimumHeight(15); +// stocktickerTicker->setMinimumHeight(15); connect( stocktickerTicker, SIGNAL( mousePressed()), this, SLOT( checkConnection() )); layout->addWidget( stocktickerTicker); wasError = true; @@ -252,27 +252,6 @@ void StockTickerPluginWidget::doStocks() { // getStocks( symbollist.latin1() ); } -//void StockTickerPluginWidget::DefProxy(void) { -// char *proxy; -// libstocks_return_code error; - -// /* Proxy support */ -// /* Checks for "http_proxy" environment variable */ -// proxy = getenv("http_proxy"); -// if(proxy) { -// /* printf("proxy set\n"); */ -// error = set_proxy(proxy); -// if (error) { -// // printf("Proxy error (%d)\n", error); -// QString tempString; -// tempString.sprintf("Proxy error (%d)\n", error); -// output = tempString; -// return; -// // exit(1); -// } -// } -//} - void StockTickerPluginWidget::timerEvent( QTimerEvent *e ) { killTimer(e->timerId()); checkConnection(); -- cgit v0.9.0.2