Skip to content

Commit

Permalink
Delete obsolete comments in imconfig.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Aug 28, 2014
1 parent 7adad71 commit cd3d027
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions imconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
//---- Don't implement default clipboard handlers for Windows (so as not to link with OpenClipboard(), etc.)
//#define IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS

//---- If you are loading a custom font, ImGui expect to find a pure white pixel at (0,0)
// Change it's UV coordinate here if you can't have a white pixel at (0,0)
//#define IMGUI_FONT_TEX_UV_FOR_WHITE ImVec2(0.f/256.f,0.f/256.f)

//---- Define implicit cast operators to convert back<>forth from your math types and ImVec2/ImVec4.
/*
#define IM_VEC2_CLASS_EXTRA \
Expand Down

0 comments on commit cd3d027

Please sign in to comment.