diff options
author | 3gg <3gg@shellblade.net> | 2025-08-30 16:55:17 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-08-30 16:55:17 -0700 |
commit | 95898b05575e736855f5822a05ac5eb995ff8ef3 (patch) | |
tree | 924b5e99f866ad1c1e48574cf6678f76bfc5c5a3 /src | |
parent | 6aaedb813fa11ba0679c3051bc2eb28646b9506c (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/xplorer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xplorer.c b/src/xplorer.c index 4b8bcfc..53badc3 100644 --- a/src/xplorer.c +++ b/src/xplorer.c | |||
@@ -249,9 +249,6 @@ bool Initialize(State* state) { | |||
249 | return false; | 249 | return false; |
250 | } | 250 | } |
251 | 251 | ||
252 | // SDL_SetWindowSurfaceVSync(state->window, | ||
253 | // SDL_WINDOW_SURFACE_VSYNC_ADAPTIVE); | ||
254 | |||
255 | CreateUi(state); | 252 | CreateUi(state); |
256 | 253 | ||
257 | path home = path_new(getenv("HOME")); | 254 | path home = path_new(getenv("HOME")); |