Hello there,<div><br></div><div>I&#39;ve seen quite often something like this:</div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">
-/*</div><div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">-                #i2345#</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">-                if ( nSlotId &gt;= SID_SFX_START &amp;&amp; !SfxMenuManager::IsPopupFunction(nSlotId) )</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">-                {</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">-                    // Echte Popups sollen keine SlotIds haben; leider sind</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">-                    // da noch Altlasten mit herumzuschleppen ...</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">-                    String aTitle = pSVMenu-&gt;GetItemText( nSlotId );</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">-                    pSVMenu-&gt;SetPopupMenu( nSlotId, NULL );</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">-                    USHORT nPos = pSVMenu-&gt;GetItemPos( nSlotId );</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">-                    pSVMenu-&gt;RemoveItem( nPos );</div>
<div class="del"><span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">-                    nSlotId = 1;-                    while ( pSVMenu-&gt;GetItemPos(nSlotId) != MENU_ITEM_NOTFOUND )
-                        nSlotId++;
-                    pSVMenu-&gt;InsertItem( nSlotId, aTitle, 0, nPos );
-                    pSVMenu-&gt;SetPopupMenu( nSlotId, pPopup );
-                }
-*/

What should I do with it ? leave it like that ? delete it completery ? or delete the code and leave the bogus ?</span></div></div><div class="del"><span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br>
</span></div><div class="del"><span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Btw, what about the peaces which say, FIXME ?</span></div>