mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-07-17 09:31:48 +08:00
Remove unused function
This commit is contained in:
parent
0c5f73d1d7
commit
10f20f26b1
@ -33,15 +33,6 @@ static gint mdb_col_comparer(MdbColumn **a, MdbColumn **b)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned char mdb_col_needs_size(int col_type)
|
|
||||||
{
|
|
||||||
if (col_type == MDB_TEXT) {
|
|
||||||
return TRUE;
|
|
||||||
} else {
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
MdbTableDef *mdb_alloc_tabledef(MdbCatalogEntry *entry)
|
MdbTableDef *mdb_alloc_tabledef(MdbCatalogEntry *entry)
|
||||||
{
|
{
|
||||||
MdbTableDef *table;
|
MdbTableDef *table;
|
||||||
|
Loading…
Reference in New Issue
Block a user