summaryrefslogtreecommitdiffstats
path: root/drivers/unix/file_access_unix.h
diff options
context:
space:
mode:
authorIAmActuallyCthulhu <iamactuallycthulhu@gmail.com>2019-08-10 07:28:17 -0500
committerIAmActuallyCthulhu <iamactuallycthulhu@gmail.com>2019-08-12 04:26:38 -0500
commit82b9557803f33521694587b6014645a05a814ecb (patch)
tree21d25433b59ad6835f1ab8214d3f763b3531a069 /drivers/unix/file_access_unix.h
parentb18747af4b9e7b1fbfb35a478556eba6328ccce5 (diff)
downloadredot-engine-82b9557803f33521694587b6014645a05a814ecb.tar.gz
Remove redundant author doc comments
Diffstat (limited to 'drivers/unix/file_access_unix.h')
-rw-r--r--drivers/unix/file_access_unix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/unix/file_access_unix.h b/drivers/unix/file_access_unix.h
index 2a369048a4..e26591e3e8 100644
--- a/drivers/unix/file_access_unix.h
+++ b/drivers/unix/file_access_unix.h
@@ -38,10 +38,6 @@
#if defined(UNIX_ENABLED) || defined(LIBC_FILEIO_ENABLED)
-/**
- @author Juan Linietsky <reduzio@gmail.com>
-*/
-
typedef void (*CloseNotificationFunc)(const String &p_file, int p_flags);
class FileAccessUnix : public FileAccess {