From e648cd8a9deb5407aee1fa32eaf33c745aecdbcf Mon Sep 17 00:00:00 2001 From: shatty Date: Tue, 22 Apr 2003 06:32:09 +0000 Subject: [PATCH] cosmetic cleanup git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3094 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/stylededit/Constants.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/apps/stylededit/Constants.h b/src/apps/stylededit/Constants.h index b1526d665b..bd9102b52e 100644 --- a/src/apps/stylededit/Constants.h +++ b/src/apps/stylededit/Constants.h @@ -5,19 +5,10 @@ #include #include -//See if this takes care of some problems with closing the application -//by clicking the windowtab -//#define APP_SIGNATURE "application/x-vnd.obos-stylededit" -//application signature consistent with with the one in StyledEdit.rdef -//seems to work, 021021 #define APP_SIGNATURE "application/x-vnd.obos.styled-edit" -const float TEXT_INSET= 3.0; +const float TEXT_INSET = 3.0; -/*Messages for window registry with application*/ -const uint32 WINDOW_REGISTRY_ADD= 'WRad'; -const uint32 WINDOW_REGISTRY_SUB='WRsb'; -const uint32 WINDOW_REGISTRY_ADDED='WRdd'; /*Messages for menu commands file menu*/ const uint32 MENU_NEW ='MFnw';