[haiku-commits] r37245 - haiku/trunk/src/apps/deskbar

  • From: korli@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 24 Jun 2010 19:49:35 +0200 (CEST)

Author: korli
Date: 2010-06-24 19:49:35 +0200 (Thu, 24 Jun 2010)
New Revision: 37245
Changeset: http://dev.haiku-os.org/changeset/37245/haiku

Modified:
   haiku/trunk/src/apps/deskbar/TimeView.h
Log:
* remove not anymore needed constant.


Modified: haiku/trunk/src/apps/deskbar/TimeView.h
===================================================================
--- haiku/trunk/src/apps/deskbar/TimeView.h     2010-06-24 15:12:50 UTC (rev 
37244)
+++ haiku/trunk/src/apps/deskbar/TimeView.h     2010-06-24 17:49:35 UTC (rev 
37245)
@@ -41,7 +41,6 @@
 
 
 const uint32 kShowSeconds = 'ShSc';
-const uint32 kMilTime = 'MilT';
 const uint32 kFullDate = 'FDat';
 const uint32 kEuroDate = 'EDat';
 


Other related posts:

  • » [haiku-commits] r37245 - haiku/trunk/src/apps/deskbar - korli