mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Remove last remnants of GtkClists
These were removed a while ago
This commit is contained in:
@@ -377,14 +377,6 @@ fe_userlist_insert (session *sess, struct User *newuser, gboolean sel)
|
||||
mg_set_access_icon (sess->gui, pix, sess->server->is_away);
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (prefs.hilitenotify && notify_isnotify (sess, newuser->nick))
|
||||
{
|
||||
gtk_clist_set_foreground ((GtkCList *) sess->gui->user_clist, row,
|
||||
&colors[prefs.nu_color]);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* is it the front-most tab? */
|
||||
if (gtk_tree_view_get_model (GTK_TREE_VIEW (sess->gui->user_tree))
|
||||
== model)
|
||||
|
||||
Reference in New Issue
Block a user