diff options
Diffstat (limited to 'dev-libs/libnsfb/files/libnsfb-0.0.2-unused.patch')
-rw-r--r-- | dev-libs/libnsfb/files/libnsfb-0.0.2-unused.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-libs/libnsfb/files/libnsfb-0.0.2-unused.patch b/dev-libs/libnsfb/files/libnsfb-0.0.2-unused.patch deleted file mode 100644 index 16da804f9809..000000000000 --- a/dev-libs/libnsfb/files/libnsfb-0.0.2-unused.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- libnsfb-0.0.2/src/surface/vnc.c -+++ libnsfb-0.0.2/src/surface/vnc.c -@@ -486,7 +486,6 @@ - static bool vnc_input(nsfb_t *nsfb, nsfb_event_t *event, int timeout) - { - rfbScreenInfoPtr vncscreen = nsfb->surface_priv; -- int ret; - - if (vncscreen != NULL) { - -@@ -496,7 +495,7 @@ - event->type = NSFB_EVENT_CONTROL; - event->value.controlcode = NSFB_CONTROL_TIMEOUT; - -- ret = rfbProcessEvents(vncscreen, timeout * 1000); -+ rfbProcessEvents(vncscreen, timeout * 1000); - return true; - } - |