Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Settings
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
671
Issues
671
List
Boards
Labels
Service Desk
Milestones
Merge Requests
53
Merge Requests
53
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
Settings
Commits
e5eb152f
Commit
e5eb152f
authored
Jan 17, 2011
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a redundant variable
parent
27c6c657
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
panels/universal-access/cc-ua-panel.c
panels/universal-access/cc-ua-panel.c
+1
-3
No files found.
panels/universal-access/cc-ua-panel.c
View file @
e5eb152f
...
...
@@ -323,12 +323,10 @@ static gdouble
dpi_from_pixels_and_mm
(
gint
pixels
,
gint
mm
)
{
gdouble
dpi
;
if
(
mm
>=
1
)
return
pixels
/
(
mm
/
25
.
4
);
else
return
dpi
=
0
;
return
0
;
}
static
gdouble
...
...
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