Skip to content
Snippets Groups Projects
Commit 646c7e10 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove unised variable.

parent b4ce023c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4206 passed
...@@ -493,11 +493,8 @@ static void resize_window() ...@@ -493,11 +493,8 @@ static void resize_window()
static void init_mode_internal(int mode) static void init_mode_internal(int mode)
{ {
int oldcols;
int mw, mh; int mw, mh;
oldcols=x_cvstat.cols;
x11_get_maxsize(&mw, &mh); x11_get_maxsize(&mw, &mh);
pthread_mutex_lock(&vstatlock); pthread_mutex_lock(&vstatlock);
if (last) { if (last) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment