diff options
author | IAmActuallyCthulhu <iamactuallycthulhu@gmail.com> | 2019-08-10 07:28:17 -0500 |
---|---|---|
committer | IAmActuallyCthulhu <iamactuallycthulhu@gmail.com> | 2019-08-12 04:26:38 -0500 |
commit | 82b9557803f33521694587b6014645a05a814ecb (patch) | |
tree | 21d25433b59ad6835f1ab8214d3f763b3531a069 /scene/gui/file_dialog.h | |
parent | b18747af4b9e7b1fbfb35a478556eba6328ccce5 (diff) |
Remove redundant author doc comments
Diffstat (limited to 'scene/gui/file_dialog.h')
-rw-r--r-- | scene/gui/file_dialog.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scene/gui/file_dialog.h b/scene/gui/file_dialog.h index 191af5fef3..4fd6d0d13c 100644 --- a/scene/gui/file_dialog.h +++ b/scene/gui/file_dialog.h @@ -38,9 +38,7 @@ #include "scene/gui/option_button.h" #include "scene/gui/tool_button.h" #include "scene/gui/tree.h" -/** - @author Juan Linietsky <reduzio@gmail.com> -*/ + class FileDialog : public ConfirmationDialog { GDCLASS(FileDialog, ConfirmationDialog); |