Rémi Verschelde
cda5b0bfe1
Fix warnings about unused variables [-Wunused-variable]
Fixes the following GCC 5 warnings:
```
drivers/gles2/rasterizer_scene_gles2.cpp:1139:15: warning: unused variable 'offset' [-Wunused-variable]
drivers/gles2/rasterizer_scene_gles2.cpp:1205:39: warning: unused variable 'multi_mesh' [-Wunused-variable]
drivers/gles2/rasterizer_storage_gles2.cpp:359:7: warning: unused variable 'srgb' [-Wunused-variable]
drivers/gles2/shader_gles2.cpp:1016:45: warning: unused variable 'texture_hints' [-Wunused-variable]
editor/animation_track_editor.cpp:776:9: warning: unused variable 'keys_to' [-Wunused-variable]
editor/editor_inspector.cpp:273:7: warning: unused variable 'vs_height' [-Wunused-variable]
editor/editor_themes.cpp:202:10: warning: unused variable 'begin_time' [-Wunused-variable]
editor/editor_themes.cpp:239:10: warning: unused variable 'end_time' [-Wunused-variable]
editor/plugins/animation_blend_tree_editor_plugin.cpp:726:17: warning: unused variable 'an' [-Wunused-variable]
editor/plugins/script_text_editor.cpp:1278:8: warning: unused variable 'fold_state' [-Wunused-variable]
main/main.cpp:132:13: warning: 'use_vsync' defined but not used [-Wunused-variable]
modules/cvtt/image_compress_cvtt.cpp:231:8: warning: unused variable 'y_end' [-Wunused-variable]
modules/cvtt/image_compress_cvtt.cpp:311:6: warning: unused variable 'shift' [-Wunused-variable]
modules/gdscript/gdscript_editor.cpp:58:7: warning: unused variable 'th' [-Wunused-variable]
modules/gridmap/grid_map.cpp:1084:6: warning: unused variable 'ofs' [-Wunused-variable]
modules/theora/video_stream_theora.cpp:442:9: warning: unused variable 'tr' [-Wunused-variable]
modules/visual_script/visual_script_editor.cpp:2606:6: warning: unused variable 'count' [-Wunused-variable]
modules/visual_script/visual_script_editor.cpp:2829:6: warning: unused variable 'seq_count' [-Wunused-variable]
modules/visual_script/visual_script_editor.cpp:2844:24: warning: unused variable 'vnode_function' [-Wunused-variable]
modules/websocket/lws_peer.cpp:122:12: warning: unused variable 'peer_data' [-Wunused-variable]
modules/websocket/lws_peer.cpp:135:12: warning: unused variable 'peer_data' [-Wunused-variable]
modules/websocket/lws_peer.cpp:63:12: warning: unused variable 'peer_data' [-Wunused-variable]
modules/websocket/lws_peer.cpp:91:12: warning: unused variable 'peer_data' [-Wunused-variable]
platform/android/export/export.cpp:763:16: warning: unused variable 'node_size' [-Wunused-variable]
scene/gui/rich_text_label.cpp:850:10: warning: unused variable 'x_ofs' [-Wunused-variable]
scene/gui/text_edit.cpp:653:8: warning: unused variable 'tab_w' [-Wunused-variable]
scene/resources/bit_mask.cpp:186:6: warning: unused variable 'i' [-Wunused-variable]
scene/resources/mesh.cpp:549:20: warning: '_array_name' defined but not used [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:107:10: warning: unused variable 'v2' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:108:10: warning: unused variable 'v3' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:109:10: warning: unused variable 'v4' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:110:10: warning: unused variable 'v5' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:111:10: warning: unused variable 'v0n' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:112:10: warning: unused variable 'v1n' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:113:10: warning: unused variable 'v2n' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:114:10: warning: unused variable 'v3n' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:115:10: warning: unused variable 'v4n' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:116:10: warning: unused variable 'v5n' [-Wunused-variable]
servers/visual/default_mouse_cursor.xpm:2:21: warning: 'default_mouse_cursor_xpm' defined but not used [-Wunused-variable]
```
2018-09-27 16:25:24 +02:00
..
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 15:56:20 +02:00
2018-09-22 15:17:17 +01:00
2018-09-16 22:23:40 -04:00
2018-09-27 16:25:24 +02:00
2018-09-12 21:39:17 -04:00
2018-09-14 09:27:56 -05:00
2018-08-29 22:41:17 +02:00
2018-08-29 22:41:17 +02:00
2018-08-29 22:41:17 +02:00
2018-09-27 16:25:24 +02:00
2018-08-29 22:41:17 +02:00
2018-08-29 22:41:17 +02:00
2018-09-12 09:52:22 +02:00
2018-09-18 00:10:23 +02:00
2018-08-10 16:00:47 -03:00
2018-09-16 21:01:17 +02:00
2018-09-12 09:52:22 +02:00
2018-09-19 00:30:01 +02:00
2018-08-08 12:15:42 -05:00
2018-09-20 18:32:13 +02:00
2018-09-15 21:40:50 -03:00
2018-05-19 00:40:16 +01:00
2018-09-12 09:52:22 +02:00
2018-09-14 09:27:56 -05:00
2018-09-12 09:52:22 +02:00
2018-05-22 13:26:13 -03:00
2018-09-15 10:54:00 +02:00
2018-09-14 09:27:56 -05:00
2018-09-14 09:27:56 -05:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-21 19:42:06 -03:00
2018-09-14 10:14:33 +02:00
2018-09-19 21:37:55 -05:00
2018-09-12 09:52:22 +02:00
2018-08-30 05:11:09 +09:00
2018-09-17 12:41:47 +02:00
2018-08-21 17:13:16 -03:00
2018-09-27 16:25:24 +02:00
2018-09-11 16:09:19 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-20 21:45:16 +02:00
2018-09-20 21:45:16 +02:00
2018-09-14 09:27:56 -05:00
2018-09-14 12:21:09 -05:00
2018-09-12 09:52:22 +02:00
2018-09-27 16:25:23 +02:00
2018-09-18 20:00:07 +02:00
2018-09-12 09:52:22 +02:00
2018-07-26 00:54:16 +02:00
2018-09-27 16:25:23 +02:00
2018-08-29 22:41:17 +02:00
2018-09-27 09:09:47 +02:00
2018-08-23 11:45:54 -03:00
2018-09-14 13:59:19 +02:00
2018-09-14 10:14:33 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-08-29 22:41:17 +02:00
2018-08-29 22:41:17 +02:00
2018-09-24 16:16:40 +03:00
2018-09-18 14:02:59 +02:00
2018-09-13 10:59:00 +02:00
2018-08-08 17:35:23 -03:00
2018-09-14 09:27:56 -05:00
2018-09-27 16:25:24 +02:00
2018-09-12 09:52:22 +02:00
2018-08-13 12:46:02 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-24 15:26:23 +02:00
2018-09-18 14:02:59 +02:00
2018-09-25 22:51:13 +02:00
2018-08-19 19:24:39 +01:00
2018-09-14 09:27:56 -05:00
2018-09-12 09:52:22 +02:00
2018-08-20 10:07:06 +02:00
2018-08-20 10:07:06 +02:00
2018-09-20 15:35:23 +02:00
2018-08-20 13:39:16 -03:00
2018-09-23 14:58:15 +02:00
2018-09-12 09:52:22 +02:00
2018-08-24 14:59:01 +02:00
2018-07-26 10:12:05 -05:00
2018-09-12 09:52:22 +02:00
2018-09-14 09:27:56 -05:00
2018-08-31 11:19:13 +02:00
2018-09-15 10:54:00 +02:00
2018-08-11 12:04:26 +02:00
2018-09-14 18:11:55 +02:00
2018-08-15 11:42:51 +02:00
2018-09-23 14:58:15 +02:00
2018-09-23 14:58:15 +02:00
2018-09-14 09:27:56 -05:00
2018-06-07 12:52:00 -03:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-20 10:44:58 +02:00
2018-08-08 12:15:42 -05:00
2018-09-14 09:27:56 -05:00
2018-09-12 09:52:22 +02:00
2018-09-23 17:38:59 +02:00
2018-09-23 17:38:59 +02:00
2018-09-20 14:45:21 +02:00
2018-09-12 23:53:10 -03:00
2018-09-15 10:54:00 +02:00
2018-09-15 19:22:20 +01:00
2018-08-11 12:04:26 +02:00
2018-09-27 10:29:48 +02:00
2018-09-04 11:32:56 +02:00