Remove prefs free function.
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
@@ -137,7 +137,6 @@ struct DilloPrefs
|
||||
extern DilloPrefs prefs;
|
||||
|
||||
void a_Prefs_init(void);
|
||||
void a_Prefs_freeall(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user