From 9f7017a1a571991763ed53066b64988cefdff07b Mon Sep 17 00:00:00 2001 From: drw Date: Mon, 07 Feb 2005 20:38:20 +0000 Subject: Eliminate compiler warnings --- (limited to 'core/pim/addressbook/abtable.cpp') diff --git a/core/pim/addressbook/abtable.cpp b/core/pim/addressbook/abtable.cpp index 30d749c..0be7d1a 100644 --- a/core/pim/addressbook/abtable.cpp +++ b/core/pim/addressbook/abtable.cpp @@ -185,7 +185,6 @@ bool AbTable::selectContact( int UID ) { odebug << "AbTable::selectContact( " << UID << " )" << oendl; int rows = numRows(); - Opie::OPimContact* foundContact = 0l; bool found = false; setPaintingEnabled( FALSE ); @@ -355,7 +354,7 @@ void AbTable::keyPressEvent( QKeyEvent *e ) } -void AbTable::moveTo( char c ) +void AbTable::moveTo( char /*c*/ ) { odebug << "void AbTable::moveTo( char c ) NOT IMPLEMENTED !!" << oendl; -- cgit v0.9.0.2