diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index bf927676..d0e07b5a 100644 --- a/src/common.h +++ b/src/common.h @@ -46,8 +46,7 @@ typedef enum { G_INPUT_READ = 1 << 0, - G_INPUT_WRITE = 1 << 1, - G_INPUT_EXCEPTION = 1 << 2 + G_INPUT_WRITE = 1 << 1 } GInputCondition; typedef void (*GInputFunction) (void *data, int source, |