(gtk) dead code removal: MC_HASH

This commit is contained in:
Charles Kerr 2008-05-27 17:54:02 +00:00
parent 608fb5ddf9
commit 106a272be8
2 changed files with 0 additions and 3 deletions

View File

@ -503,7 +503,6 @@ tr_core_init( GTypeInstance * instance, gpointer g_class UNUSED )
GType types[] = {
G_TYPE_STRING, /* name */
G_TYPE_STRING, /* collated name */
G_TYPE_STRING, /* hash string */
TR_TORRENT_TYPE, /* TrTorrent object */
G_TYPE_POINTER, /* tr_torrent* */
G_TYPE_INT /* tr_stat()->status */
@ -678,7 +677,6 @@ tr_core_add_torrent( TrCore * self, TrTorrent * gtor )
gtk_list_store_insert_with_values( store, &unused, 0,
MC_NAME, inf->name,
MC_NAME_COLLATED, collated,
MC_HASH, inf->hashString,
MC_TORRENT, gtor,
MC_TORRENT_RAW, tor,
MC_STATUS, torStat->status,

View File

@ -181,7 +181,6 @@ enum
{
MC_NAME,
MC_NAME_COLLATED,
MC_HASH,
MC_TORRENT,
MC_TORRENT_RAW,
MC_STATUS,