# HG changeset patch # User Eric Warmenhoven # Date 968662633 0 # Node ID ef4bff967e89b4487f5ade9ea4887519cd181c5d # Parent 0415a7e303287f2daa9ab275dad866e3852aa115 [gaim-migrate @ 888] no more daemons committer: Tailor Script diff -r 0415a7e30328 -r ef4bff967e89 src/prefs.c --- a/src/prefs.c Mon Sep 11 08:54:54 2000 +0000 +++ b/src/prefs.c Mon Sep 11 08:57:13 2000 +0000 @@ -346,7 +346,6 @@ gaim_button(_("Hide IM/Info/Chat buttons"), &display_options, OPT_DISP_NO_BUTTONS, box); gaim_button(_("Show pictures on buttons"), &display_options, OPT_DISP_SHOW_BUTTON_XPM, box); - gaim_button(_("Use Daemon pictures"), &display_options, OPT_DISP_DEVIL_PIXMAPS, box); sep = gtk_hseparator_new(); gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);