diff options
Diffstat (limited to 'console.h')
| -rw-r--r-- | console.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/console.h b/console.h index 9466886b59..6ba0d5ddf3 100644 --- a/console.h +++ b/console.h @@ -4,7 +4,6 @@ #include "qemu-char.h" #include "qdict.h" #include "notify.h" -#include "qerror.h" #include "monitor.h" /* keyboard/mouse support */ @@ -384,12 +383,10 @@ int vnc_display_pw_expire(DisplayState *ds, time_t expires); #else static inline int vnc_display_password(DisplayState *ds, const char *password) { - qerror_report(QERR_FEATURE_DISABLED, "vnc"); return -ENODEV; } static inline int vnc_display_pw_expire(DisplayState *ds, time_t expires) { - qerror_report(QERR_FEATURE_DISABLED, "vnc"); return -ENODEV; }; #endif |