From 26e780c256a308a9dd1b7145c41affa7ab9cff2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 24 Jun 2010 17:49:35 +0000 Subject: [PATCH] * remove not anymore needed constant. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37245 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/deskbar/TimeView.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/deskbar/TimeView.h b/src/apps/deskbar/TimeView.h index 42e0bf6d82..9837665e39 100644 --- a/src/apps/deskbar/TimeView.h +++ b/src/apps/deskbar/TimeView.h @@ -41,7 +41,6 @@ All rights reserved. const uint32 kShowSeconds = 'ShSc'; -const uint32 kMilTime = 'MilT'; const uint32 kFullDate = 'FDat'; const uint32 kEuroDate = 'EDat';