aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorMichael Terry <mike@mterry.name>2011-02-25 09:18:57 -0500
committerMichael Terry <mike@mterry.name>2011-02-25 09:18:57 -0500
commit2a6b56d0f00d2e23ca48687fe1c81d4e88be3b28 (patch)
treee1bfcbc4f9eb2ad22841abb797e2e57f308d5870 /src/utils.h
parent350271ee98b2ae288f9f1dde5eaea635e9dff3b7 (diff)
downloadayatana-indicator-datetime-2a6b56d0f00d2e23ca48687fe1c81d4e88be3b28.tar.gz
ayatana-indicator-datetime-2a6b56d0f00d2e23ca48687fe1c81d4e88be3b28.tar.bz2
ayatana-indicator-datetime-2a6b56d0f00d2e23ca48687fe1c81d4e88be3b28.zip
remove week-start preference
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 3dc8df1..5f7842c 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -28,7 +28,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
G_BEGIN_DECLS
gboolean is_locale_12h (void);
-gboolean is_locale_week_start_sunday (void);
void split_settings_location (const gchar * location, gchar ** zone, gchar ** name);
gchar * generate_format_string_full (gboolean show_day, gboolean show_date);
gchar * generate_format_string_at_time (GDateTime * time);