remove unused var

This commit is contained in:
Dana Jansens 2003-09-29 03:37:12 +00:00
parent a41354cabf
commit 43dabc2b9b

View file

@ -1179,7 +1179,6 @@ ObMenuFrame* find_active_menu()
ObMenuFrame* find_active_or_last_menu()
{
GList *it;
ObMenuFrame *ret = NULL;
ret = find_active_menu();