mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove unnecessary type check
This commit is contained in:
parent
bb0088c43c
commit
53c294f9e8
@ -54,8 +54,6 @@ class GncMockImportMatchMap : public GncImportMatchMap
|
|||||||
public:
|
public:
|
||||||
GncMockImportMatchMap(MockAccount* account)
|
GncMockImportMatchMap(MockAccount* account)
|
||||||
{
|
{
|
||||||
g_return_if_fail(GNC_IS_MOCK_ACCOUNT(account));
|
|
||||||
|
|
||||||
acc = account;
|
acc = account;
|
||||||
book = account->getBook();
|
book = account->getBook();
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user