mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Remove another dead assignment
This commit is contained in:
parent
f2c8572d84
commit
0d1ffbf361
@ -117,13 +117,11 @@ g_data_input_stream_set_property (GObject *object,
|
||||
const GValue *value,
|
||||
GParamSpec *pspec)
|
||||
{
|
||||
GDataInputStreamPrivate *priv;
|
||||
GDataInputStream *dstream;
|
||||
|
||||
dstream = G_DATA_INPUT_STREAM (object);
|
||||
priv = dstream->priv;
|
||||
|
||||
switch (prop_id)
|
||||
switch (prop_id)
|
||||
{
|
||||
case PROP_BYTE_ORDER:
|
||||
g_data_input_stream_set_byte_order (dstream, g_value_get_enum (value));
|
||||
|
Loading…
Reference in New Issue
Block a user