Removed non-implemented things, for now...

This commit is contained in:
Sanel Zukan 2011-10-24 14:59:22 +00:00
parent 785d499b30
commit c7ec90a607
1 changed files with 0 additions and 6 deletions

View File

@ -85,12 +85,6 @@ static void icons_conf_cb(Fl_Widget*, void*);
edelib::MenuItem desktop_menu[] = {
{_("Create &launcher..."), 0, 0},
{_("Create &folder..."), 0, 0, 0, FL_MENU_DIVIDER},
{_("&Arrange"), 0, 0, 0, FL_SUBMENU | FL_MENU_DIVIDER},
{_("&Vertical line up"), 0, 0},
{_("&Horizontal line up"), 0, 0},
{0},
{_("&Copy"), 0, 0},
{_("&Paste"), 0, 0, 0, FL_MENU_DIVIDER},
{_("&Icons settings..."), 0, icons_conf_cb, 0},
{_("&Background..."), 0, background_conf_cb, 0},
{0}