diff --git a/src/mainwindow.c b/src/mainwindow.c index 958dca7..b3939c6 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -670,7 +670,6 @@ void mainWindow_entrySelected(GtkWidget *widget, gpointer user_data) g_free(summary); g_free(temp); } else { - //gtk_text_buffer_set_text(mainWindow->textBuffer, "", 0); mainWindow_set_text(mainWindow, ""); gtk_label_set_text(GTK_LABEL(mainWindow->labelSummary), "Please select an entry in the list above."); }