Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 33b0853

Browse files
author
Marcel Gerber
committed
Remove unnecessary comment
1 parent 3f806a3 commit 33b0853

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

appshell/appshell_extensions_gtk.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ int32 ShowOpenDialog(bool allowMultipleSelection,
164164
CefRefPtr<CefListValue>& selectedFiles)
165165
{
166166
GtkWidget *dialog;
167-
// const char* dialog_title = chooseDirectory ? "Open Directory" : "Open File";
168167
GtkFileChooserAction file_or_directory = chooseDirectory ? GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER : GTK_FILE_CHOOSER_ACTION_OPEN ;
169168
dialog = gtk_file_chooser_dialog_new (title.c_str(),
170169
NULL,

0 commit comments

Comments
 (0)