mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:10:06 +00:00 
			
		
		
		
	remove commented out unused variables
This commit is contained in:
		
							parent
							
								
									46e0adee15
								
							
						
					
					
						commit
						02bf673105
					
				
					 10 changed files with 0 additions and 21 deletions
				
			
		|  | @ -12,8 +12,6 @@ std::chrono::sys_days SysDays(const QDate& date) | |||
|    using namespace std::chrono; | ||||
|    using sys_days             = time_point<system_clock, days>; | ||||
|    constexpr auto julianEpoch = sys_days {-4713y / November / 24d}; | ||||
|    //constexpr auto unixEpoch   = sys_days {1970y / January / 1d};
 | ||||
|    //constexpr auto offset      = std::chrono::days(julianEpoch - unixEpoch);
 | ||||
| 
 | ||||
|    return std::chrono::sys_days(std::chrono::days(date.toJulianDay()) + | ||||
|                                 julianEpoch); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak