src: refactored lib/utility
* removed unused utilityMath * removed some unused functions from utility * moved time related utility functions to TimeStamp * moved path objects from utility to app/paths * moved objects in lib to lib/app * removed duplicate confirm methods in DialogView * moved utilityFile to utility/file * removed uint typedef and replaced with size_t everywhere * removed boost header in utilityUuid
This commit is contained in:
@@ -2,19 +2,20 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "StorageAccess.h"
|
||||
#include "SourceLocation.h"
|
||||
#include "SourceLocationCollection.h"
|
||||
#include "SourceLocationFile.h"
|
||||
#include "Application.h"
|
||||
#include "ApplicationSettings.h"
|
||||
#include "FileInfo.h"
|
||||
#include "logging.h"
|
||||
#include "MessageMoveIDECursor.h"
|
||||
#include "MessageStatus.h"
|
||||
#include "StorageAccess.h"
|
||||
#include "SourceLocation.h"
|
||||
#include "SourceLocationCollection.h"
|
||||
#include "SourceLocationFile.h"
|
||||
#include "TextAccess.h"
|
||||
#include "tracing.h"
|
||||
#include "utility.h"
|
||||
#include "utilityString.h"
|
||||
#include "Application.h"
|
||||
|
||||
CodeController::CodeController(StorageAccess* storageAccess)
|
||||
: m_storageAccess(storageAccess)
|
||||
@@ -26,8 +27,6 @@ Id CodeController::getSchedulerId() const
|
||||
return Controller::getTabId();
|
||||
}
|
||||
|
||||
const uint CodeController::s_lineRadius = 2;
|
||||
|
||||
void CodeController::handleMessage(MessageActivateAll* message)
|
||||
{
|
||||
TRACE("code all");
|
||||
|
||||
Reference in New Issue
Block a user