BIG deep clean

This commit is contained in:
2020-06-10 13:14:16 +03:00
parent f579718e0b
commit c59579d5d5
222 changed files with 2392 additions and 11600 deletions

View File

@@ -1,8 +1,6 @@
#include "file_manager.h"
#include "shared.h"
//extern PIScreen * screen;
FileManager::TileDir::TileDir(): TileList() {
label_path = 0;
@@ -155,7 +153,6 @@ void FileManager::TileDir::setContent(const PIVector<PIFile::FileInfo> & l) {
void FileManager::TileDir::updateDir() {
//if (!enabled) return;
lock();
int pc = cur, po = offset;
showReading();
@@ -172,7 +169,6 @@ void FileManager::TileDir::updateDir() {
void FileManager::TileDir::buildNames() {
//if (!enabled) return;
lock();
PIMutexLocker ml(e_mutex);
content.clear();
@@ -227,8 +223,6 @@ void FileManager::TileDir::resizeEvent(int w, int h) {
FileManager::FileManager() {
setName("FileManager");
//CONNECTU(screen, keyPressed, this, keyEvent)
//dir.setDir("/home/peri4/Documents");
TileSimple * tl;
tile_root = new PIScreenTile();