Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
phosh
Commits
15a536ac
Commit
15a536ac
authored
Oct 15, 2020
by
Guido Gunther
Browse files
wayland: Drop unused property setter
Signed-off-by:
Guido Günther
<
guido.gunther@puri.sm
>
parent
b18fa1ce
Pipeline
#59819
passed with stages
in 31 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/phosh-wayland.c
View file @
15a536ac
...
...
@@ -175,21 +175,6 @@ static const struct wl_registry_listener registry_listener = {
};
static
void
phosh_wayland_set_property
(
GObject
*
object
,
guint
property_id
,
const
GValue
*
value
,
GParamSpec
*
pspec
)
{
switch
(
property_id
)
{
/* all props are read only */
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID
(
object
,
property_id
,
pspec
);
break
;
}
}
static
void
phosh_wayland_get_property
(
GObject
*
object
,
guint
property_id
,
...
...
@@ -274,7 +259,6 @@ phosh_wayland_class_init (PhoshWaylandClass *klass)
object_class
->
constructed
=
phosh_wayland_constructed
;
object_class
->
dispose
=
phosh_wayland_dispose
;
object_class
->
set_property
=
phosh_wayland_set_property
;
object_class
->
get_property
=
phosh_wayland_get_property
;
props
[
PHOSH_WAYLAND_PROP_WL_OUTPUTS
]
=
...
...
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