mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[MSPAINT] Delete redundant comments
Refactoring. CORE-19094
This commit is contained in:
parent
2d5bb5ffbf
commit
e52379a61c
5 changed files with 0 additions and 13 deletions
|
@ -5,16 +5,11 @@
|
|||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen@gmx.net>
|
||||
*/
|
||||
|
||||
/* INCLUDES *********************************************************/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include "dialogs.h"
|
||||
|
||||
#include <winnls.h>
|
||||
|
||||
/* GLOBALS **********************************************************/
|
||||
|
||||
CMirrorRotateDialog mirrorRotateDialog;
|
||||
CAttributesDialog attributesDialog;
|
||||
CStretchSkewDialog stretchSkewDialog;
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen@gmx.net>
|
||||
*/
|
||||
|
||||
/* INCLUDES *********************************************************/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
/* FUNCTIONS ********************************************************/
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
* Copyright 2021-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
|
||||
*/
|
||||
|
||||
/* INCLUDES *********************************************************/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <atlalloc.h>
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
|
||||
*/
|
||||
|
||||
/* INCLUDES *********************************************************/
|
||||
|
||||
#include <windef.h>
|
||||
#include <winuser.rh>
|
||||
#include <commctrl.h>
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
* Copyright 2021-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
|
||||
*/
|
||||
|
||||
/* INCLUDES *********************************************************/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define X_TOOLSETTINGS 0
|
||||
|
|
Loading…
Reference in a new issue