From c2ef3ec1de182e5c3115f0b9736d6ca741843722 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sun, 23 Jul 2017 16:57:00 -0600 Subject: [PATCH] remove dupl BC_ListBoxToggle friend decl --- cinelerra-5.1/guicast/bclistbox.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cinelerra-5.1/guicast/bclistbox.h b/cinelerra-5.1/guicast/bclistbox.h index 5ea18865..e0654105 100644 --- a/cinelerra-5.1/guicast/bclistbox.h +++ b/cinelerra-5.1/guicast/bclistbox.h @@ -106,8 +106,6 @@ public: int allow_drag = 0); // Allow user to drag icons around virtual ~BC_ListBox(); - friend class BC_ListBoxToggle; - int initialize(); // User event handler for new selections -- 2.26.2