]> err.no Git - scalable-opengroupware.org/blobdiff - UI/Scheduler/UIxCalMulticolumnDayView.h
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1163 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Scheduler / UIxCalMulticolumnDayView.h
index 2b915a56e4f775ca067ee25e9e4ee68cf80a1dc8..656ff42342e3f52b8d8351a18eb609261c0de142 100644 (file)
   NSString *currentTableHour;
   NSMutableArray *subscriptionUsers;
   NSMutableArray *hoursToDisplay;
-  NSArray *allAppointments;
+//   NSArray *allAppointments;
 
   NSString *currentTableUser;
-  NSDictionary *currentAppointment;
+//   NSDictionary *currentAppointment;
 
   NSString *cssClass;
   NSString *cssId;
@@ -50,8 +50,8 @@
 - (void) setCurrentTableUser: (NSString *) aTableDay;
 - (NSString *) currentTableUser;
 
-- (void) setCurrentAppointment: (NSDictionary *) newCurrentAppointment;
-- (NSDictionary *) currentAppointment;
+// - (void) setCurrentAppointment: (NSDictionary *) newCurrentAppointment;
+// - (NSDictionary *) currentAppointment;
 
 @end