godot/editor/plugins
Rémi Verschelde b1b625f4f5 Fix various Clang 7 warnings about unused stuff
Namely:
[-Wunneeded-internal-declaration]
[-Wunused-comparison]
[-Wunused-const-variable]
[-Wunused-function]
[-Wunused-private-fields]

Fixes the following Clang 7 warnings:
```
editor/plugins/script_editor_plugin.cpp:1417:20: warning: function '_find_node_with_script' is not needed and will not be emitted [-Wunneeded-internal-declaration]
editor/scene_tree_dock.cpp:1859:14: warning: function '_find_last_visible' is not needed and will not be emitted [-Wunneeded-internal-declaration]

modules/gdscript/gdscript_parser.cpp:7838:19: warning: equality comparison result unused [-Wunused-comparison]

scene/resources/mesh.cpp:549:35: warning: unused variable '_array_types' [-Wunused-const-variable]
scene/resources/mesh.cpp:563:18: warning: unused variable '_format_translate' [-Wunused-const-variable]

drivers/gles3/rasterizer_scene_gles3.cpp:54:28: warning: unused function 'store_transform2d' [-Wunused-function]

core/io/file_access_network.h:50:6: warning: private field 'ml' is not used [-Wunused-private-field]
core/io/file_access_zip.h:93:14: warning: private field 'archive' is not used [-Wunused-private-field]
core/io/resource_format_binary.h:122:6: warning: private field 'bin_meta_idx' is not used [-Wunused-private-field]
core/message_queue.h:47:9: warning: private field 'mutex' is not used [-Wunused-private-field]
main/tests/test_gui.cpp:63:11: warning: private field 'control' is not used [-Wunused-private-field]
modules/gdscript/gdscript_parser.h:558:7: warning: private field 'completion_static' is not used [-Wunused-private-field]
platform/x11/os_x11.h:148:11: warning: private field 'ip_unix' is not used [-Wunused-private-field]
platform/x11/os_x11.h:180:7: warning: private field 'net_wm_icon' is not used [-Wunused-private-field]
platform/x11/os_x11.h:189:6: warning: private field 'audio_driver_index' is not used [-Wunused-private-field]
platform/x11/os_x11.h:190:15: warning: private field 'capture_idle' is not used [-Wunused-private-field]
servers/physics/body_pair_sw.h:79:6: warning: private field 'cc' is not used [-Wunused-private-field]
servers/visual/visual_server_raster.h:62:7: warning: private field 'draw_extra_frame' is not used [-Wunused-private-field]
```
2018-10-01 17:32:12 +02:00
..
abstract_polygon_2d_editor.cpp Merge pull request #22225 from groud/fix_draw_on_viewport 2018-09-20 21:45:16 +02:00
abstract_polygon_2d_editor.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
animation_blend_space_1d_editor.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
animation_blend_space_1d_editor.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_blend_space_2d_editor.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
animation_blend_space_2d_editor.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_blend_tree_editor_plugin.cpp Fix warnings about unused variables [-Wunused-variable] 2018-09-27 16:25:24 +02:00
animation_blend_tree_editor_plugin.h Fix warnings about unused variables [-Wunused-variable] 2018-09-27 16:25:24 +02:00
animation_player_editor_plugin.cpp Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
animation_player_editor_plugin.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
animation_state_machine_editor.cpp Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
animation_state_machine_editor.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_tree_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
animation_tree_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_tree_player_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
animation_tree_player_editor_plugin.h Massive rewrite to AnimationTree. Many APIs changed in order to: 2018-08-20 13:39:16 -03:00
asset_library_editor_plugin.cpp Fix occasional crash when downloading assets from the Asset Library 2018-08-20 20:21:56 +02:00
asset_library_editor_plugin.h
audio_stream_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_stream_editor_plugin.h Add audio stream preview to Inspector dock 2018-07-17 22:11:35 +09:00
baked_lightmap_editor_plugin.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
baked_lightmap_editor_plugin.h
camera_editor_plugin.cpp
camera_editor_plugin.h
canvas_item_editor_plugin.cpp Place the ruler text vertically 2018-09-27 16:50:40 +02:00
canvas_item_editor_plugin.h Add both X and Y scale in the scale editor 2018-09-25 09:50:25 +02:00
collision_polygon_2d_editor_plugin.cpp
collision_polygon_2d_editor_plugin.h
collision_polygon_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
collision_polygon_editor_plugin.h
collision_shape_2d_editor_plugin.cpp Fix warnings about set but unused variables [-Wunused-but-set-variable] 2018-09-27 16:25:24 +02:00
collision_shape_2d_editor_plugin.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
cpu_particles_editor_plugin.cpp Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
cpu_particles_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
curve_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
curve_editor_plugin.h
editor_preview_plugins.cpp Add thumnails to the tree view 2018-09-14 10:14:33 +02:00
editor_preview_plugins.h Add thumnails to the tree view 2018-09-14 10:14:33 +02:00
gi_probe_editor_plugin.cpp
gi_probe_editor_plugin.h
gradient_editor_plugin.cpp
gradient_editor_plugin.h
item_list_editor_plugin.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
item_list_editor_plugin.h Replace last occurrences of PropertyEditor by EditorInspector 2018-09-11 16:09:19 +02:00
light_occluder_2d_editor_plugin.cpp Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
light_occluder_2d_editor_plugin.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
line_2d_editor_plugin.cpp
line_2d_editor_plugin.h
material_editor_plugin.cpp Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
material_editor_plugin.h Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
mesh_editor_plugin.cpp Fix warnings about set but unused variables [-Wunused-but-set-variable] 2018-09-27 16:25:24 +02:00
mesh_editor_plugin.h
mesh_instance_editor_plugin.cpp
mesh_instance_editor_plugin.h
mesh_library_editor_plugin.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
mesh_library_editor_plugin.h Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLibrary editors 2018-08-22 16:52:38 -03:00
multimesh_editor_plugin.cpp
multimesh_editor_plugin.h
navigation_polygon_editor_plugin.cpp
navigation_polygon_editor_plugin.h
particles_2d_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
particles_2d_editor_plugin.h Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
particles_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
particles_editor_plugin.h Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
path_2d_editor_plugin.cpp Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
path_2d_editor_plugin.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
path_editor_plugin.cpp Merge pull request #21707 from JFonS/fix_instanced_selection 2018-09-05 18:11:56 +02:00
path_editor_plugin.h Fix regression #21262 in Path Gizmo 2018-08-30 14:24:24 +02:00
physical_bone_plugin.cpp Correctly freed PhysicalBoneEditor 2018-09-22 11:27:30 +02:00
physical_bone_plugin.h Correctly freed PhysicalBoneEditor 2018-09-22 11:27:30 +02:00
polygon_2d_editor_plugin.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
polygon_2d_editor_plugin.h
resource_preloader_editor_plugin.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
resource_preloader_editor_plugin.h
root_motion_editor_plugin.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
root_motion_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
script_editor_plugin.cpp Fix various Clang 7 warnings about unused stuff 2018-10-01 17:32:12 +02:00
script_editor_plugin.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
script_text_editor.cpp Fix warnings about unused variables [-Wunused-variable] 2018-09-27 16:25:24 +02:00
script_text_editor.h Added system for GDScript warnings 2018-08-10 16:00:47 -03:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
shader_editor_plugin.cpp Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
shader_editor_plugin.h
skeleton_2d_editor_plugin.cpp
skeleton_2d_editor_plugin.h
skeleton_editor_plugin.cpp Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wreturn-local-addr] and more 2018-09-27 16:33:52 +02:00
skeleton_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
skeleton_ik_editor_plugin.cpp Add missing copyright headers 2018-08-29 22:41:17 +02:00
skeleton_ik_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
spatial_editor_plugin.cpp Minor nit-picky tweaks in spatial_editor_plugin.cpp 2018-10-01 02:01:06 -04:00
spatial_editor_plugin.h Fix warnings on non-static data member initializers (C++11 feature) 2018-09-27 10:29:48 +02:00
sprite_editor_plugin.cpp Fix warnings for comparison between signed and unsigned integers [-Wsign-compare] 2018-09-27 16:25:23 +02:00
sprite_editor_plugin.h
sprite_frames_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
sprite_frames_editor_plugin.h
style_box_editor_plugin.cpp
style_box_editor_plugin.h
text_editor.cpp Fixed syntax highlighting setting not being saved 2018-09-20 11:31:53 +02:00
text_editor.h Allow opening and editing of any utf_8 file in script editor 2018-07-22 11:55:56 +01:00
texture_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
texture_editor_plugin.h
texture_region_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
texture_region_editor_plugin.h Texture Region: Cache auto-slice information into the texture. Fixes #11503 2018-08-25 09:02:05 -03:00
theme_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
theme_editor_plugin.h
tile_map_editor_plugin.cpp Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
tile_map_editor_plugin.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
tile_set_editor_plugin.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
tile_set_editor_plugin.h Changes to the TileSet and TextureRegion editors 2018-08-14 14:02:47 -03:00
visual_shader_editor_plugin.cpp Merge pull request #22239 from Chaosus/fix_vs_connection 2018-09-20 18:46:02 +02:00
visual_shader_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00