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.
This commit is contained in:
Nicola Papale 2023-05-13 02:30:33 +02:00 committed by GitHub
parent a35ed552fa
commit 3d75210564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +0,0 @@
pub mod camera_controller_plugin;
pub mod scene_viewer_plugin;