Ticket #5696: mytharchive-unused-value.patch

File mytharchive-unused-value.patch, 1.0 KB (added by Erik Hovland <erik@…>, 16 years ago)

comments out some additional code in wireUpTheme()

  • mythplugins/mytharchive/mytharchive/editmetadata.cpp

    mytharchive has some commented out code. It should comment
    
    From: Erik Hovland <erik@hovland.org>
    
    or remove some more to make it complete.
    ---
    
     .../mytharchive/mytharchive/editmetadata.cpp       |    4 ++--
     1 files changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/mythplugins/mytharchive/mytharchive/editmetadata.cpp b/mythplugins/mytharchive/mytharchive/editmetadata.cpp
    index 215d7c6..bab9c2f 100644
    a b void EditMetadataDialog::wireUpTheme() 
    115115    if (description_edit)
    116116    {
    117117        description_edit->createEdit(this);
    118         MythRemoteLineEdit *edit
    119             = (MythRemoteLineEdit *) description_edit->getEdit();
     118        //MythRemoteLineEdit *edit
     119        //    = dynamic_cast<MythRemoteLineEdit *>(description_edit->getEdit());
    120120        //if (edit)
    121121        //    edit->setWordWrap(Q3TextEdit::WidgetWidth);
    122122        connect(description_edit, SIGNAL(loosingFocus()),