Remove prefs free function.

This commit is contained in:
2026-01-08 06:49:35 -05:00
parent 6bc26a63ba
commit 554db55dc1
3 changed files with 0 additions and 10 deletions
-1
View File
@@ -508,7 +508,6 @@ int main(int argc, char **argv)
a_Tls_freeall();
a_Dns_freeall();
a_History_freeall();
a_Prefs_freeall();
Keys::free();
Paths::free();
dw::core::freeall();
-8
View File
@@ -131,11 +131,3 @@ void a_Prefs_init(void)
prefs.penalty_em_dash_right_2 = 800;
prefs.stretchability_factor = 100;
}
/**
* memory-deallocation.
* (Call this one at exit time)
*/
void a_Prefs_freeall()
{
}
-1
View File
@@ -137,7 +137,6 @@ struct DilloPrefs
extern DilloPrefs prefs;
void a_Prefs_init(void);
void a_Prefs_freeall(void);
#ifdef __cplusplus
}