[rhythmbox] podcast: remove the only use of RHYTHMDB_PROP_SUMMARY



commit 772b5f8a26ac7e36a5315750abd93c8391fed487
Author: Jonathan Matthew <jonathan d14n org>
Date:   Thu Dec 30 17:56:06 2021 +1000

    podcast: remove the only use of RHYTHMDB_PROP_SUMMARY
    
    this may have done something at some point, but it's not used now.

 podcast/rb-feed-podcast-properties-dialog.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/podcast/rb-feed-podcast-properties-dialog.c b/podcast/rb-feed-podcast-properties-dialog.c
index f7fb07b8d..c2d4866d4 100644
--- a/podcast/rb-feed-podcast-properties-dialog.c
+++ b/podcast/rb-feed-podcast-properties-dialog.c
@@ -317,11 +317,7 @@ rb_feed_podcast_properties_dialog_update_summary (RBFeedPodcastPropertiesDialog
        const char *summary;
 
        summary = rhythmdb_entry_get_string (dialog->priv->current_entry,
-                                            RHYTHMDB_PROP_SUMMARY);
-       if (summary == NULL || summary[0] == '\0') {
-               summary = rhythmdb_entry_get_string (dialog->priv->current_entry,
-                                                    RHYTHMDB_PROP_DESCRIPTION);
-       }
+                                            RHYTHMDB_PROP_DESCRIPTION);
        if (summary == NULL || summary[0] == '\0') {
                summary = rhythmdb_entry_get_string (dialog->priv->current_entry,
                                                     RHYTHMDB_PROP_SUBTITLE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]