add edit length update when open_edl changes media length, replace stack_warn with...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / appearanceprefs.C
index 943274717c2ceb82248661e4c8ecf4c9b29e00f8..fc2ff08901b8bd0a07276012f83f6e853526f81d 100644 (file)
@@ -213,9 +213,6 @@ void AppearancePrefs::create_objects()
        UseWarnVersion *ver_warn = new UseWarnVersion(pwindow, x, y);
        add_subwindow(ver_warn);
        y += ver_warn->get_h() + ys5;
-       UseWarnStack *stack_warn = new UseWarnStack(pwindow, x, y);
-       add_subwindow(stack_warn);
-       y += stack_warn->get_h() + ys5;
        BD_WarnRoot *bdwr_warn = new BD_WarnRoot(pwindow, x, y);
        add_subwindow(bdwr_warn);
        y += bdwr_warn->get_h() + ys5;
@@ -624,19 +621,6 @@ int UseWarnVersion::handle_event()
        return 1;
 }
 
-UseWarnStack::UseWarnStack(PreferencesWindow *pwindow, int x, int y)
- : BC_CheckBox(x, y, pwindow->thread->preferences->warn_stack,
-       _("Stack warns if reference not modified"))
-{
-       this->pwindow = pwindow;
-}
-
-int UseWarnStack::handle_event()
-{
-       pwindow->thread->preferences->warn_stack = get_value();
-       return 1;
-}
-
 BD_WarnRoot::BD_WarnRoot(PreferencesWindow *pwindow, int x, int y)
  : BC_CheckBox(x, y, pwindow->thread->preferences->bd_warn_root,
        _("Create Bluray warns if not root"))