summaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'src/types')
-rw-r--r--src/types/InlineQueryResult.cpp4
-rw-r--r--src/types/InputFile.cpp4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/types/InlineQueryResult.cpp b/src/types/InlineQueryResult.cpp
index 79debe0..3d4ea6e 100644
--- a/src/types/InlineQueryResult.cpp
+++ b/src/types/InlineQueryResult.cpp
@@ -1,7 +1,3 @@
-//
-// Created by Andrea Giove on 27/03/16.
-//
-
#include "tgbot/types/InlineQueryResultCachedAudio.h"
#include "tgbot/types/InlineQueryResultCachedDocument.h"
#include "tgbot/types/InlineQueryResultCachedGif.h"
diff --git a/src/types/InputFile.cpp b/src/types/InputFile.cpp
index 94a591b..e0885f0 100644
--- a/src/types/InputFile.cpp
+++ b/src/types/InputFile.cpp
@@ -1,7 +1,3 @@
-//
-// Created by Oleg Morozenkov on 25.01.17.
-//
-
#include "tgbot/types/InputFile.h"
#include <fstream>