From a6bcf003d574f861d9265aae13b814d66421dd53 Mon Sep 17 00:00:00 2001 From: zeromus Date: Fri, 5 Nov 2010 21:11:28 +0000 Subject: [PATCH] since you went to the trouble to point it out... --- src/lua-engine.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/lua-engine.cpp b/src/lua-engine.cpp index ceb62fd3..05ff6929 100644 --- a/src/lua-engine.cpp +++ b/src/lua-engine.cpp @@ -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.