Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
7a821783
Commit
7a821783
authored
May 29, 2019
by
David Jarvie
Browse files
Remove unused variable
parent
918e5364
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kadatetime.cpp
View file @
7a821783
...
...
@@ -39,7 +39,6 @@ namespace
const
int
InvalidOffset
=
0x80000000
;
// invalid UTC offset
const
int
NO_NUMBER
=
std
::
numeric_limits
<
int
>::
min
();
// indicates that no number is present in string conversion functions
const
QChar
zero
=
QLatin1Char
(
'0'
);
QList
<
QString
>
shortDayNames
;
QList
<
QString
>
longDayNames
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment