diff --git a/debian/patches/1001_spelling-fixes.patch b/debian/patches/1001_spelling-fixes.patch deleted file mode 100644 index f6491ff..0000000 --- a/debian/patches/1001_spelling-fixes.patch +++ /dev/null @@ -1,14 +0,0 @@ -Description: Spelling fix in log message. -Author: Mike Gabriel - ---- a/client/X11/xf_disp.c -+++ b/client/X11/xf_disp.c -@@ -409,7 +409,7 @@ - if (settings->Fullscreen) - return CHANNEL_RC_OK; - -- WLog_DBG(TAG, "DisplayControlCapsPdu: setting the window as resizeable"); -+ WLog_DBG(TAG, "DisplayControlCapsPdu: setting the window as resizable"); - return xf_disp_set_window_resizable(xfDisp) ? CHANNEL_RC_OK : CHANNEL_RC_NO_MEMORY; - } - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 46a4f24..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -1001_spelling-fixes.patch