summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_functions.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-03-01 18:09:48 +0100
committerRémi Verschelde <rverschelde@gmail.com>2016-03-01 18:09:48 +0100
commit002ff3cc9a6479695034b556f15ef4d9fa4bc6fe (patch)
treef1423d79df9873e7601d1c765310d961f9173f60 /modules/gdscript/gd_functions.h
parent46bfcd350745d3053a0cab2985d73baae0a4a88d (diff)
downloadredot-engine-002ff3cc9a6479695034b556f15ef4d9fa4bc6fe.tar.gz
Revert "Merge pull request #3814 from est31/iterators_for_for"
This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d.
Diffstat (limited to 'modules/gdscript/gd_functions.h')
-rw-r--r--modules/gdscript/gd_functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/gd_functions.h b/modules/gdscript/gd_functions.h
index 3a993cc038..8c88472567 100644
--- a/modules/gdscript/gd_functions.h
+++ b/modules/gdscript/gd_functions.h
@@ -92,7 +92,6 @@ public:
VAR_TO_BYTES,
BYTES_TO_VAR,
GEN_RANGE,
- GEN_XRANGE,
RESOURCE_LOAD,
INST2DICT,
DICT2INST,