* implement & use the new batch stuff, small fixes

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-24 00:52:15 +02:00
parent 0a90c0e350
commit c3b90e6364
4 changed files with 52 additions and 38 deletions

View File

@ -235,7 +235,6 @@ mu_index_run (MuIndex *index, const char* path,
{
MuIndexCallbackData cb_data;
MuResult rv;
gchar *version;
g_return_val_if_fail (index && index->_xapian, MU_ERROR);