Remove some warnings
This commit is contained in:
@@ -128,7 +128,6 @@ void KissCount::UpdateOperation(Operation& op, bool checkTransfert)
|
||||
|
||||
int KissCount::AddOperation(Operation& op, bool checkTransfert)
|
||||
{
|
||||
int accountAmount;
|
||||
int ret = _db->AddOperation(_user, op, checkTransfert);
|
||||
|
||||
if (checkTransfert && op.transfert)
|
||||
@@ -139,8 +138,6 @@ int KissCount::AddOperation(Operation& op, bool checkTransfert)
|
||||
|
||||
void KissCount::DeleteOperation(Operation& op)
|
||||
{
|
||||
int accountAmount;
|
||||
|
||||
if (op.transfert)
|
||||
{
|
||||
op.transfert = 0;
|
||||
|
||||
Reference in New Issue
Block a user