Skip to content

Commit

Permalink
Update web.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
D7EAD authored Mar 5, 2021
1 parent 3c9f5bf commit c0abe66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/web.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,3 @@ std::unique_ptr<gecko::web::Bools> gecko::web::__buildBoolParameters(gecko::web:
std::unique_ptr<gecko::web::Shorts> gecko::web::__buildShortParameters(gecko::web::Shorts _shorts) {
return std::make_unique<gecko::web::Shorts>(_shorts);
}

/*
std::initializer_list<cpr::Parameter>* gecko::web::parameters(std::initializer_list<cpr::Parameter> keyValue) {
return &keyValue;
}*/

0 comments on commit c0abe66

Please sign in to comment.