Skip to content

Commit

Permalink
removed forgotten debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Dec 30, 2016
1 parent e787876 commit e70b5cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
drkns 30.12.2016 21:51:04 +0200 - build 4878

1. Убран забытый отладочный код.

drkns 30.12.2016 20:12:15 +0200 - build 4877

1. Рефакторинг.
Expand Down
1 change: 0 additions & 1 deletion far/plugapi.cpp
Expand Up @@ -1088,7 +1088,6 @@ intptr_t WINAPI apiDialogRun(HANDLE hDlg) noexcept

if (Global->IsMainThread()) // BUGBUG, findfile
Global->WindowManager->RefreshWindow(); //?? - //AY - это нужно чтоб обновлять панели после выхода из диалога
throw MAKE_FAR_EXCEPTION("qwe");
return ExitCode;
}
catch (...)
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4877)m4_dnl
m4_define(BUILD,4878)m4_dnl

0 comments on commit e70b5cd

Please sign in to comment.