mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +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>
|
* COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen@gmx.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *********************************************************/
|
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#include "dialogs.h"
|
#include "dialogs.h"
|
||||||
|
|
||||||
#include <winnls.h>
|
#include <winnls.h>
|
||||||
|
|
||||||
/* GLOBALS **********************************************************/
|
|
||||||
|
|
||||||
CMirrorRotateDialog mirrorRotateDialog;
|
CMirrorRotateDialog mirrorRotateDialog;
|
||||||
CAttributesDialog attributesDialog;
|
CAttributesDialog attributesDialog;
|
||||||
CStretchSkewDialog stretchSkewDialog;
|
CStretchSkewDialog stretchSkewDialog;
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen@gmx.net>
|
* COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen@gmx.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *********************************************************/
|
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
/* FUNCTIONS ********************************************************/
|
/* FUNCTIONS ********************************************************/
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
* Copyright 2021-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
|
* Copyright 2021-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *********************************************************/
|
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
#include <atlalloc.h>
|
#include <atlalloc.h>
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
* COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
|
* COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *********************************************************/
|
|
||||||
|
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winuser.rh>
|
#include <winuser.rh>
|
||||||
#include <commctrl.h>
|
#include <commctrl.h>
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
* Copyright 2021-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
|
* Copyright 2021-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *********************************************************/
|
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#define X_TOOLSETTINGS 0
|
#define X_TOOLSETTINGS 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue