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
Marble
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
Education
Marble
Commits
f6c75012
Commit
f6c75012
authored
Jul 02, 2016
by
Bernhard Beschow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused method
parent
34deafcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
src/lib/marble/geodata/data/GeoDataFeature.cpp
src/lib/marble/geodata/data/GeoDataFeature.cpp
+0
-5
src/lib/marble/geodata/data/GeoDataFeature.h
src/lib/marble/geodata/data/GeoDataFeature.h
+0
-6
No files found.
src/lib/marble/geodata/data/GeoDataFeature.cpp
View file @
f6c75012
...
...
@@ -442,11 +442,6 @@ void GeoDataFeature::setPopularity( qint64 popularity )
d
->
m_popularity
=
popularity
;
}
void
GeoDataFeature
::
resetDefaultStyles
()
{
GeoDataFeaturePrivate
::
s_styleBuilder
.
reset
();
}
void
GeoDataFeature
::
detach
()
{
if
(
d
->
ref
.
load
()
==
1
)
{
...
...
src/lib/marble/geodata/data/GeoDataFeature.h
View file @
f6c75012
...
...
@@ -628,12 +628,6 @@ class GEODATA_EXPORT GeoDataFeature : public GeoDataObject
*/
void
setStyleMap
(
const
GeoDataStyleMap
*
map
);
// ----------------------------------------------------------------
// The following functions are use for painting, and mostly for placemarks.
static
void
resetDefaultStyles
();
/// Serialize the contents of the feature to @p stream.
virtual
void
pack
(
QDataStream
&
stream
)
const
;
/// Unserialize the contents of the feature from @p stream.
...
...
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