Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Jun 18, 2019
1 parent a7aa3b8 commit 75a9215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/item.h
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,6 @@ class item : public visitable<item>
* All numeric values are returned as doubles and may be cast to the desired type.
* <code>
* int v = itm.get_var("v", 0); // v will be an int
* long l = itm.get_var("v", 0l); // l will be a long
* double d = itm.get_var("v", 0.0); // d will be a double
* std::string s = itm.get_var("v", ""); // s will be a std::string
* // no default means empty string as default:
Expand Down

0 comments on commit 75a9215

Please sign in to comment.