OpenBoard-org / OpenBoard

OpenBoard is a cross-platform interactive whiteboard application intended for use in a classroom setting.
https://openboard.ch/
GNU General Public License v3.0
2.41k stars 431 forks source link

Cleanup unused files #1163

Open letsfindaway opened 1 week ago

letsfindaway commented 1 week ago

This PR just removes a set of files which is no longer referenced by the project anywhere.

When looking though the code, I was quite often stumbling over these files. Just during my work on PR #1162 I very often searched for a symbol through the code. Especially for signals and slots using the SIGNAL(name()) and SLOT(name()) syntax the cross-referencing of these function names does not work, so I had to use string search. Often the results then contained lines in these obsolete files.

Removing these files from the current branch makes maintenance easier and does not change the application in any way.