summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xplorer.c3
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"));