Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv1056/src/gui

Modified Files:
        wxComposeView.cpp 
Log Message:
commented out unsued variables

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.286
retrieving revision 1.287
diff -b -u -2 -r1.286 -r1.287
--- wxComposeView.cpp   28 Jun 2002 22:17:59 -0000      1.286
+++ wxComposeView.cpp   2 Jul 2002 21:34:09 -0000       1.287
@@ -1267,9 +1267,12 @@
    AddHelpMenu();
 
-   // FIXME: provide some visual feedback for them, like
-   //        enabling/disabling them. Not used yet.
+   // currently unused
+   //
+   // TODO: provide some visual feedback for them, like enabling/disabling
+#if 0
    m_MItemCut = GetMenuBar()->FindItem(WXMENU_EDIT_CUT);
    m_MItemCopy = GetMenuBar()->FindItem(WXMENU_EDIT_COPY);
    m_MItemPaste = GetMenuBar()->FindItem(WXMENU_EDIT_CUT);
+#endif // 0
 
    // check if we can schedule messages:



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to