summaryrefslogtreecommitdiff
path: root/editor/plugins/navigation_polygon_editor_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-08-14 13:45:54 +0200
committerGitHub <noreply@github.com>2019-08-14 13:45:54 +0200
commit6c607c356484c30162e713c91bbc7f6e4a4aeda4 (patch)
treebf950001868d2880c93ceed6dfadfd44aa16a649 /editor/plugins/navigation_polygon_editor_plugin.h
parented5c03528d031045965352d066cbc2bce94f273d (diff)
parent82b9557803f33521694587b6014645a05a814ecb (diff)
Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-comments
Remove redundant author doc comments
Diffstat (limited to 'editor/plugins/navigation_polygon_editor_plugin.h')
-rw-r--r--editor/plugins/navigation_polygon_editor_plugin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/plugins/navigation_polygon_editor_plugin.h b/editor/plugins/navigation_polygon_editor_plugin.h
index 336c28d642..2a387a8b1e 100644
--- a/editor/plugins/navigation_polygon_editor_plugin.h
+++ b/editor/plugins/navigation_polygon_editor_plugin.h
@@ -34,9 +34,6 @@
#include "editor/plugins/abstract_polygon_2d_editor.h"
#include "scene/2d/navigation_polygon.h"
-/**
- @author Juan Linietsky <reduzio@gmail.com>
-*/
class NavigationPolygonEditor : public AbstractPolygon2DEditor {
GDCLASS(NavigationPolygonEditor, AbstractPolygon2DEditor);