Log Message:
-----------
Remove unused variable.

Modified Files:
--------------
    pgadmin3/src/ui:
        events.cpp (r1.110 -> r1.111)

Index: events.cpp
===================================================================
RCS file: /projects/pgadmin3/src/ui/events.cpp,v
retrieving revision 1.110
retrieving revision 1.111
diff -Lsrc/ui/events.cpp -Lsrc/ui/events.cpp -u -w -r1.110 -r1.111
--- src/ui/events.cpp
+++ src/ui/events.cpp
@@ -1064,7 +1064,6 @@
 void frmMain::OnContextMenu(wxCommandEvent& event)
 {
     wxPoint point;
-    wxObject *object=0;
 
     if (FindFocus() == browser)
     {
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to