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,7 +1,6 @@
/*
* Copyright (c) 2018 naehrwert
* Copyright (c) 2018-2021 CTCaer
* Copyright (c) 2018 balika011
* 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,
@@ -20,12 +19,10 @@
#define _FE_INFO_H_
void print_fuseinfo();
void print_kfuseinfo();
void print_mmc_info();
void print_sdcard_info();
void print_fuel_gauge_info();
void print_battery_charger_info();
void print_battery_info();
void bootrom_ipatches_info();
#endif