src/notification.c: Remove non-used variable
This commit is contained in:
parent
d97b99cfc3
commit
a3568bc51b
@ -175,10 +175,6 @@ zenity_notification_handle_stdin (GIOChannel *channel,
|
|||||||
GIOCondition condition,
|
GIOCondition condition,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
ZenityData *zen_data;
|
|
||||||
|
|
||||||
zen_data = (ZenityData *)user_data;
|
|
||||||
|
|
||||||
if ((condition & G_IO_IN) != 0) {
|
if ((condition & G_IO_IN) != 0) {
|
||||||
GString *string;
|
GString *string;
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
Reference in New Issue
Block a user