Skip to content

Commit

Permalink
Remove unused prototype function
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Oct 24, 2019
1 parent a8548c0 commit 32262cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions src/FirebaseESP8266.h
Original file line number Diff line number Diff line change
Expand Up @@ -2621,15 +2621,6 @@ class FirebaseData
*/
double doubleData();

/*

Return the long data of server returned payload.

@return double value.

*/
int longData();

/*

Return the Boolean data of server returned payload.
Expand Down
8 changes: 0 additions & 8 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2702,14 +2702,6 @@ float doubleData();



#### Return the long data of server returned payload.

return **`double value.`**

```C++
int longData();
```



#### Return the Boolean data of server returned payload
Expand Down

0 comments on commit 32262cf

Please sign in to comment.