Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
xfce4-weather-plugin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Panel Plugins
xfce4-weather-plugin
Commits
babc00b2
Commit
babc00b2
authored
Jan 12, 2014
by
Harald Judt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variables.
parent
e9d01e10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
panel-plugin/weather-summary.c
panel-plugin/weather-summary.c
+1
-1
panel-plugin/weather.c
panel-plugin/weather.c
+0
-1
No files found.
panel-plugin/weather-summary.c
View file @
babc00b2
...
...
@@ -685,7 +685,7 @@ static gchar *
forecast_day_header_tooltip_text
(
xml_astro
*
astro
)
{
GString
*
text
;
gchar
*
result
,
*
day
,
*
sunrise
,
*
sunset
,
*
moonrise
,
*
moonset
,
*
moonphase
;
gchar
*
result
,
*
day
,
*
sunrise
,
*
sunset
,
*
moonrise
,
*
moonset
;
/* TRANSLATORS: Please use spaces as needed or desired to properly
align the values; Monospace font is enforced with <tt> tags for
...
...
panel-plugin/weather.c
View file @
babc00b2
...
...
@@ -711,7 +711,6 @@ static void
schedule_next_wakeup
(
plugin_data
*
data
)
{
time_t
now_t
=
time
(
NULL
),
next_day_t
;
struct
tm
now_tm
;
gdouble
diff
;
gchar
*
date
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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