From 3d752105644a18fb1dd1220d6f15e0a7eb49f04a Mon Sep 17 00:00:00 2001 From: Nicola Papale Date: Sat, 13 May 2023 02:30:33 +0200 Subject: [PATCH] Remove mod.rs in scene_viewer (#8582) # Objective - Cleanup file tree ## Solution A mysterious mod.rs lies in the scene_viewer directory. It seems completely useless, everything ignores it and it doesn't affect anything. We cruelly remove it, making the world a less whimsical place. A dystopian drive for pure and complete order compels us to eliminate all that is useless, for clarity and to prevent the wonder and beauty of confusion. --- examples/tools/scene_viewer/mod.rs | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 examples/tools/scene_viewer/mod.rs diff --git a/examples/tools/scene_viewer/mod.rs b/examples/tools/scene_viewer/mod.rs deleted file mode 100644 index 32d08ad39d..0000000000 --- a/examples/tools/scene_viewer/mod.rs +++ /dev/null @@ -1,2 +0,0 @@ -pub mod camera_controller_plugin; -pub mod scene_viewer_plugin;