mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
(gtk) dead code removal: MC_HASH
This commit is contained in:
parent
608fb5ddf9
commit
106a272be8
2 changed files with 0 additions and 3 deletions
|
@ -503,7 +503,6 @@ tr_core_init( GTypeInstance * instance, gpointer g_class UNUSED )
|
||||||
GType types[] = {
|
GType types[] = {
|
||||||
G_TYPE_STRING, /* name */
|
G_TYPE_STRING, /* name */
|
||||||
G_TYPE_STRING, /* collated name */
|
G_TYPE_STRING, /* collated name */
|
||||||
G_TYPE_STRING, /* hash string */
|
|
||||||
TR_TORRENT_TYPE, /* TrTorrent object */
|
TR_TORRENT_TYPE, /* TrTorrent object */
|
||||||
G_TYPE_POINTER, /* tr_torrent* */
|
G_TYPE_POINTER, /* tr_torrent* */
|
||||||
G_TYPE_INT /* tr_stat()->status */
|
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,
|
gtk_list_store_insert_with_values( store, &unused, 0,
|
||||||
MC_NAME, inf->name,
|
MC_NAME, inf->name,
|
||||||
MC_NAME_COLLATED, collated,
|
MC_NAME_COLLATED, collated,
|
||||||
MC_HASH, inf->hashString,
|
|
||||||
MC_TORRENT, gtor,
|
MC_TORRENT, gtor,
|
||||||
MC_TORRENT_RAW, tor,
|
MC_TORRENT_RAW, tor,
|
||||||
MC_STATUS, torStat->status,
|
MC_STATUS, torStat->status,
|
||||||
|
|
|
@ -181,7 +181,6 @@ enum
|
||||||
{
|
{
|
||||||
MC_NAME,
|
MC_NAME,
|
||||||
MC_NAME_COLLATED,
|
MC_NAME_COLLATED,
|
||||||
MC_HASH,
|
|
||||||
MC_TORRENT,
|
MC_TORRENT,
|
||||||
MC_TORRENT_RAW,
|
MC_TORRENT_RAW,
|
||||||
MC_STATUS,
|
MC_STATUS,
|
||||||
|
|
Loading…
Reference in a new issue