Credit Andrea improved comments in render format
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / awindow.C
index 53d72903204311b21d4198f9f33f8cdb2b7b98c7..cc9986a4a66049c2b75052069adcd1cb10955b9a 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 1997-2012 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -51,7 +52,6 @@ AWindow::~AWindow()
        delete asset_remove;
        delete label_edit;
        delete clip_edit;
-       delete effect_tip;
 }
 
 void AWindow::create_objects()
@@ -62,7 +62,6 @@ void AWindow::create_objects()
        asset_remove = new AssetRemoveThread(mwindow);
        clip_edit = new ClipEdit(mwindow, this, 0);
        label_edit = new LabelEdit(mwindow, this, 0);
-       effect_tip = new EffectTipDialog(mwindow, this);
 }
 
 int AWindow::save_defaults(BC_Hash *defaults)