Remove an unused function.
Fixes a gcc warning.
This commit is contained in:
parent
e3a8810756
commit
480f3ed197
1 changed files with 0 additions and 5 deletions
|
@ -741,10 +741,5 @@ bool use_twelve_hour_clock_format()
|
|||
return get("use_twelve_hour_clock_format", false);
|
||||
}
|
||||
|
||||
void set_twelve_hour_clock_format(bool value)
|
||||
{
|
||||
set("twelve_hour_clock_format", value);
|
||||
}
|
||||
|
||||
} // end namespace preferences
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue