since you went to the trouble to point it out...

This commit is contained in:
zeromus 2010-11-05 21:11:28 +00:00
parent 87e020d789
commit a6bcf003d5
1 changed files with 0 additions and 9 deletions

View File

@ -3393,15 +3393,6 @@ static int gui_savescreenshot(lua_State *L) {
return 1;
}
// gui.gdscreenshot()
//
// Returns a screen shot as a string in gd's v1 file format.
// This allows us to make screen shots available without gd installed locally.
// Users can also just grab pixels via substring selection.
//
// I think... Does lua support grabbing byte values from a string?
// Well, either way, just install gd and do what you like with it.
// It really is easier that way.
// gui.gdscreenshot()
//
// Returns a screen shot as a string in gd's v1 file format.