mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
Remove another dead assignment
This commit is contained in:
@@ -117,13 +117,11 @@ g_data_input_stream_set_property (GObject *object,
|
|||||||
const GValue *value,
|
const GValue *value,
|
||||||
GParamSpec *pspec)
|
GParamSpec *pspec)
|
||||||
{
|
{
|
||||||
GDataInputStreamPrivate *priv;
|
|
||||||
GDataInputStream *dstream;
|
GDataInputStream *dstream;
|
||||||
|
|
||||||
dstream = G_DATA_INPUT_STREAM (object);
|
dstream = G_DATA_INPUT_STREAM (object);
|
||||||
priv = dstream->priv;
|
|
||||||
|
|
||||||
switch (prop_id)
|
switch (prop_id)
|
||||||
{
|
{
|
||||||
case PROP_BYTE_ORDER:
|
case PROP_BYTE_ORDER:
|
||||||
g_data_input_stream_set_byte_order (dstream, g_value_get_enum (value));
|
g_data_input_stream_set_byte_order (dstream, g_value_get_enum (value));
|
||||||
|
Reference in New Issue
Block a user