remove permission check

This commit is contained in:
shun_iwasawa 2016-04-25 17:02:52 +09:00
parent 723f49bcab
commit 38d9ba86f6

View file

@ -2864,10 +2864,6 @@ public:
SaveAllCommandHandler() : MenuItemHandler(MI_SaveAll) {}
void execute()
{
#ifdef BRAVODEMO
DVGui::featureNotAvelaible();
#else
IoCmd::saveAll();
#endif
}
} saveAllCommandHandler;