Cleanup for years unused code

Compiler was also getting confused and actually not removing the unused functions.
So that also saves binary space.
This commit is contained in:
CTCaer
2022-12-19 04:27:38 +02:00
parent c0cc9c9f4f
commit c86554e954
8 changed files with 5 additions and 1337 deletions

View File

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2018 naehrwert
* Copyright (c) 2018-2021 CTCaer
* Copyright (c) 2018-2022 CTCaer
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -18,7 +18,6 @@
#ifndef _FE_TOOLS_H_
#define _FE_TOOLS_H_
void dump_packages12();
void menu_autorcm();
#endif