Get rid of saveconf remnants, we save automatically

This commit is contained in:
Berke Viktor
2012-10-18 23:55:47 +02:00
parent 41e4b3a59c
commit cd21d1b623
2 changed files with 0 additions and 41 deletions

View File

@@ -1123,23 +1123,6 @@ usermenu_update (void)
}
}
#if 0
static void
menu_saveconf (void)
{
session *sess = current_sess;
if (save_config ())
{
PrintText (sess, "Settings have been saved successfully.\n");
}
else
{
PrintText (sess, "Error saving settings.\n");
}
}
#endif
static void
menu_newserver_window (GtkWidget * wid, gpointer none)
{
@@ -1692,10 +1675,6 @@ static struct mymenu mymenu[] = {
{N_("Userlist Popup..."), menu_ulpopup, 0, M_MENUITEM, 0, 0, 1},
{0, 0, 0, M_END, 0, 0, 0}, /* 53 */
#if 0
{N_("Save Settings to Disk"), menu_saveconf, GTK_STOCK_SAVE, M_MENUSTOCK, 0, 0, 1}, /* don't use this, a /set auto-save approach will be added instead */
#endif
{N_("_Window"), 0, 0, M_NEWMENU, 0, 0, 1},
{N_("Ban List..."), menu_banlist, 0, M_MENUITEM, 0, 0, 1},
{N_("Character Chart..."), ascii_open, 0, M_MENUITEM, 0, 0, 1},