Skip to content
Snippets Groups Projects
Commit 006d2fc2 authored by Dominique Blouin's avatar Dominique Blouin
Browse files

Removed unused variables

parent d475d954
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,8 @@ public class FileUtils {
}
public static boolean checkFileForSave(File file) throws FileException {
boolean ok = true;
String pb = "";
// boolean ok = true;
// String pb = "";
if (file == null) {
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment